{% load static i18n %} {% block head_title %} {% endblock head_title %}
{% csrf_token %} {% if not APP_LOGO and not APP_TITLE %} {% include "paperless-ngx/snippets/svg_logo.html" with extra_attrs="width='300' class='logo mb-4'" %} {% else %} {% if APP_LOGO %}
{% else %}

{% include "paperless-ngx/snippets/svg_leaf.html" with extra_attrs="width='30' class='mt-2'" %}
{{ APP_TITLE }}

{% endif %} {% endif %} {% for message in messages %} {% endfor %} {% block form_top_content %} {% endblock form_top_content %} {% if form.errors %} {% elif request.GET.sharelink_notfound %} {% elif request.GET.sharelink_expired %} {% endif %} {% block form_content %} {% endblock form_content %}
{% block after_form_content %} {% endblock after_form_content %}