{% load i18n el_pagination_tags app_tags %} {% paginate 28 registry_entries %} {% show_pages %}
{% for entry in registry_entries %}
{% get_object_from_licence entry as licenced_object %} {% if licenced_object.is_imagestore %}
{% if licenced_object.object %} Content Image {% else %} deleted image {% endif %}
{% trans 'Author' %}: {{ entry.creator_name}}
{% trans 'Licence' %}: {{ entry.licence }} {{ entry.licence_version }} {% if entry.creator_link %}
({% trans 'Link to author' %}) {% endif %} {% if entry.source_link %}
({% trans 'Link to source' %}) {% endif %}
{% if licenced_object.object %} {% trans 'Edit licence' %} {% endif %}
{% else %} {% endif %}
{% endfor %}
{% show_pages %}