fnp
/
audio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
466072c7813aee169d0ea7772fc777f571702e50
[audio.git]
/
apps
/
archive
/
templates
/
archive
/
list_unpublished.html
1
{% extends "archive/list.html" %}
2
{% load i18n %}
3
4
5
{% block file-list-title %}
6
{% trans "Unpublished audiobooks" %}
7
{% endblock %}
8
9
10
{% block file-list-info %}
11
{% endblock %}
12
13
14
{% block file-list %}
15
{% for file in objects %}
16
<li>
17
<a href='{% url file file.id %}'>{{ file }}</a></form>
18
</li>
19
{% endfor %}
20
{% endblock %}