{% load i18n %}


{% with stats_name=name %}{% with extra="default" %} {% include "blocks/DataTables-stats-detail.html" %} {% endwith %}{% endwith %} {% if external_sources %}{% for source_id, source_label, source_url in external_sources %} {% with stats_name=name %}{% with extra=source_id %} {% include "blocks/DataTables-stats-detail.html" %} {% endwith %}{% endwith %} {% endfor %}{% endif %}