1 {% extends "base.html" %}
2 {% load url from future %}
4 {% load pagination_tags fnp_prevnext %}
11 <h1>{% trans "Category" %}: {{ category }}
12 <!--a href="{% url 'migdal_category_feed' category.slug %}">RSS</a-->
15 <h1>{{ entry_type|capfirst }}
16 <!--a href="{% url 'migdal_entry_list_'|add:entry_type.db|add:'_feed' %}">RSS</a-->
20 {% if object_list.promobox and request.page == 1 %}
22 <ul id="promobox-switcher">
23 {% for object in object_list.promobox %}
24 <li {% if forloop.counter == 1 %} class="active"{% endif %}>
25 <a href="{{ object.get_absolute_url }}"
26 >{{ forloop.counter }}</a>
31 <div id="promobox-wrapper">
33 {% for object in object_list.promobox %}
34 {% entry_promobox object forloop.counter %}
43 <p class="submit-link">
44 <a href="{% url 'migdal_submit' %}">{% trans "Submit a new story, create Right to Culture with us!" %}</a>
49 {% autopaginate object_list 10 %}
50 {% for object in object_list %}
51 {% entry_short object %}