{% extends theme("topic/display_base.html") %} {% block main_content %}
{% if datasets %} {% if datasets.has_next %}

{{ _('See the %(total)s results', total=datasets.total) }}

{% endif %} {% else %}

{{ _('No results found') }}

{% endif %}
{% if reuses %} {% if reuses.has_next %}

{{ _('See the %(total)s results', total=reuses.total) }}

{% endif %} {% else %}

{{ _('No results found') }}

{% endif %}
{% endblock %}