fnp
/
audio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c51caced65f7387ba4665866e343c9242d03f676
[audio.git]
/
apps
/
archive
/
templates
/
archive
/
list_published.html
1
{% extends "archive/list.html" %}
2
{% load i18n %}
3
4
5
{% block file-list-title %}
6
{% trans "Published 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 %}'>{{ file }}</a></form>
18
</li>
19
{% endfor %}
20
{% endblock %}