{% extends "base.html" %} {% load i18n %} {% load pagination_tags fnp_prevnext %} {% load migdal_tags %} {% block titleextra %}{% if category %}{{ category.title }} :: {% elif entry_type %}{{ entry_type|capfirst }} :: {% endif %}{% endblock %} {% block body %} {% if category %}
{% trans "Submit a new story, create Right to Culture with us!" %}
{% endif %} {% if not object_list %}{% trans "Work in progress." %}
{% endif %} {% for object in page %} {% entry_short object %} {% endfor %} {% prevnext %} {% endblock %}