fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
9a8ae8c5c52ca9d0406caafa56607d96b85f24db
[redakcja.git]
/
apps
/
catalogue
/
templates
/
catalogue
/
upcoming.html
1
{% extends "catalogue/base.html" %}
2
{% load i18n %}
3
4
5
{% block inner_content %}
6
<h1>{% trans "Upcoming resources" %}</h1>
7
{% for doc in objects_list %}
8
{% include "catalogue/resource_box.html" with link_url='catalogue_preview' %}
9
{% endfor %}
10
{% endblock %}