{% extends "base_viewer/page_structure.html" %} ############################################################################################################## {% block content_result %} {% block headers %} {% endblock headers %} {% if page_obj %} {% for ds in page_obj %} {% endfor %} {% else %} {% endif %}
Filename
{% for url in ds.dataseturi_set.all %} {{ url.uri|urlizetrunc:64}}
{% endfor %}
No datasets found
{% endblock content_result %} ############################################################################################################## {% block contentmap %}
{% csrf_token %} {{form.as_p}}
{% endblock contentmap %}