{% 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 %}
{% render_file object as rendered_object %}
{% status label=rendered_object.ext.upper url=rendered_object.url title=ext_text hidden_label=ext_text classname="w-status--primary" %}
{% include "wagtail_admin_files/partials/file_toolbar.html" %} {{ rendered_object.html }}
{% if not sharing %}
{% help_block status="info" icon="info" %}

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

{% endhelp_block %}

{% trans "File Share Link" %}

{% endif %}
{% if not sharing %} {% block footer %} {% endblock %} {% endif %} {% endblock %}