{% extends 'website/partials/tailwind_base.html' %} {% load permission_tags %} {% block content %}
{% for notice in notices %} {% comment %} {% if user|has_role:'editor, admin' %} {% endif %} {% endcomment %} {% endfor %}
Notice Published at
{% for response in notice.responses.all %} {% empty %} No response. {% endfor %}
{% if notice.is_past_due %} Inactive {% else %} Active {% endif %}
{% endblock content %}