adapt audience display for multiple values
[redakcja.git] / apps / catalogue / templates / catalogue / finished.html
1 {% extends "catalogue/base.html" %}
2 {% load i18n %}
3
4
5 {% block inner_content %}
6     <h1>{% trans "Finished resources" %}</h1>
7     {% for doc in objects_list %}
8         {% include "catalogue/resource_box.html" with link_url='catalogue_html' %}
9     {% endfor %}
10 {% endblock %}