{% extends "base.html" %} {% load i18n %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ title }}

{% blocktrans %}This paste is password protected{% endblocktrans %}.

{% blocktrans %}Please enter the password in the field below to unlock the paste and display it{% endblocktrans %}.

{% csrf_token %}
{% endblock %}