{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load pagination_tags fnp_prevnext %} {% load migdal_tags %} {% block "body" %} {% if category %}

{% trans "Category" %}: {{ category }}

{% elif entry_type %}

{{ entry_type|capfirst }}

{% endif %} {% if object_list.promobox and request.page == 1 %}
{% endif %} {% if submit %} {% endif %} {% autopaginate object_list 10 %} {% for object in object_list %} {% entry_short object %} {% endfor %} {% prevnext %} {% endblock %}