{% extends "wagtailadmin/generic/base.html" %} {% load static i18n wagtailadmin_tags wagtail_admin_files %} {% block extra_css %} {{ block.super }} {% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block main_content %} {% if sharing %} {% help_block status="info" %}
{% blocktrans trimmed %} Viewing a shared file. {% endblocktrans %}
{% endhelp_block %} {% else %} {% trans "Copy the Link" as header_title_text %} {% trans "to share your file with others" as page_subtitle %} {% include "wagtailadmin/shared/header.html" with title=header_title_text subtitle=page_subtitle icon="link" only %} {% endif %}