{% extends base_template %} {% block primary_content_inner %} {%- block package_archive_notice -%} {%- call ui.util.call(ui.alert, style="danger") -%} {{ _("You're currently viewing an old version of this dataset. Data files may not match the old version of the metadata.") }} {{ _("View the current version.") }} {%- endcall %} {%- endblock %} {{ super() }} {% endblock %}