{{ notice.title }}
{% if notice.file %} {% endif %}
{% if notice.notice_file_type == 'pdf' %}
{% elif notice.notice_file_type == 'img' %}
{% endif %}
{% for document in notice.documents.all %}
{{ notice.content|safe }}
{% endif %}