diff --git a/app/core/templates/index.html b/app/core/templates/index.html index 69d4773..31bc3dc 100644 --- a/app/core/templates/index.html +++ b/app/core/templates/index.html @@ -84,7 +84,7 @@
# | -{% trans 'Identifier' %} | -{% trans 'Creation date' %} | -{% trans 'Update date' %} | -{% trans 'Package name' %} | -{% trans 'XML' %} | -{% trans 'Assets' %} | -{% trans 'Renditions' %} | -|
---|---|---|---|---|---|---|---|---|
{{ article_files_obj.start_index|add:forloop.counter0 }} | -{{ art.id }} | -{{ art.created|date:'Y-m-d H:i' }} | - {% if art.created != art.updated %} -{{ art.updated|date:'Y-m-d H:i' }} | - {% else %} -- {% endif %} - | {{ art.file.name }} | -{{ art.xml }} | -{{ art.assets|length }} | -{{ art.renditions|length }} | -