{# Adapted from generic_chooser/_results.html #} {% load i18n %} {% for row in rows %} {% endfor %}
{% trans "Unsplash ID" %} {% trans "Description" %}
{{ row.item.unsplash_id }}

{{ row.item.unsplash_id }}

{{ row.item.get_description }}
{% if is_paginated %} {% include "generic_chooser/_ajax_pagination_nav.html" with items=page %} {% endif %}