{% extends "wagtailadmin/generic/base.html" %} {% load static i18n wagtailadmin_tags %} {% block extra_css %} {{ block.super }} {% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block main_content %}
{% 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 %} {% help_block status="info" icon="info" %}

{% blocktrans trimmed %} Easily copy the below share URL to share your file with others {% endblocktrans %}

{% endhelp_block %}
{% if grouped %} {% trans "View File Group Details" %} {% else %} {% trans "View File Details" %} {% endif %}
{% endblock %}