{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{% trans "Confirm your password" %} – Paxalia Analytics{% endblock %} {% block page_title %}{% trans "Confirm your password" %}{% endblock %} {% block page_subtitle %}{% trans "Downloading a backup archive requires re-entering your password" %}{% endblock %} {% block extra_css %} {% endblock %} {% block dashboard_content %}

{% trans "This is a sensitive action" %}

{% trans "Backup archives can contain the entire database and configured files. Re-enter your password to continue." %}

{% csrf_token %}

{% trans "Cancel" %}

{% endblock %}