{% extends 'website/partials/tailwind_base.html' %} {% load permission_tags %} {% block content %}

{{ notice.title }}

{% if notice.file %} {% endif %}
{% if notice.notice_file_type == 'pdf' %} Notice PDF {% elif notice.notice_file_type == 'img' %} {% endif %}
{% for document in notice.documents.all %} {% endfor %} {% if notice.content %}
{{ notice.content|safe }}
{% endif %}
{% comment %} {% endcomment %}
{% endblock content %}