{% extends "base_generic.html" %} {% block head %} {% endblock %} {% block news %} news {% endblock %} {% block content %} {% block small %}

News

{{ form }}


{% include "news_list.html" with show_year='true' %} {% if 'news_all' in request.path %}
show less
{% else %}
show all
{% endif %} {% endblock %} {% endblock %}