{% extends "base.html" %} {% load url from future %} {% load i18n %} {% load pagination_tags %} {% load migdal_tags %} {% block "main_menu" %} {% if category %} {% main_menu 'object' category %} {% elif entry_type %} {% main_menu 'entry_type' entry_type.db %} {% else %} {{ block.super }} {% endif %} {% endblock "main_menu" %} {% block "body" %} {% if category %} {% trans "Category" %}: {{ category }}

RSS

{% elif entry_type %} {{ entry_type|capfirst }}

RSS

{% 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 %} {% paginate %} {% endblock %}