{% extends "base_simple.html" %} {% load i18n %} {% block settings %} {% load title %} {% trans "Subscribed" as title %} {% title title %} {% endblock %} {% block content %}

{{ title }}

{% trans "You have subscribed to Wolne Lektury newsletter." %}

{% endblock %}