{% extends "zinnia/base.html" %} {% load i18n %} {% block title %}{% trans "Password required" %}{% endblock %} {% block body-class %}password-required{% endblock %} {% block content %}

{% trans "Password required" %}

{% if error %}

{% trans "The password provided is not valid. Please try again." %}

{% endif %}

{% trans "You need to provide a password to view this entry." %}

{% csrf_token %}
{% endblock %}