{% load static i18n %} {% block head_title %} {% endblock head_title %}
{% csrf_token %} {% include "paperless-ngx/snippets/svg_logo.html" with extra_attrs="width='300' class='logo mb-4'" %} {% 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 %}