{% extends 'base.html' %} {% load staticfiles %} {% load app_filters %} {% block headscript %} {% endblock %} {% block content %}

NEWS LIST

    {% for notice in notices %}
  • No.{{ total_count|subtract:forloop.counter0 }} {{ notice.content_short }} {{ notice.created_at|datetime_format_ap }}
  • {% endfor %}
{% endblock %}