{% extends "home/base.html" %} {% load i18n %} {% block pagetitle %}{% trans "Messages" %}{% endblock %} {% block title %}{% trans "Messages from the developers" %}{% endblock %} {% block content %} {% if formset.forms %}

{% trans "Messages from the developers" %}

{% blocktrans %}The developers would like to thank you for using {{ site_name }}, and would like to ask your help in making it better.{% endblocktrans %}
{% csrf_token %} {{ formset.management_form }}
{% else %}

{% trans "Messages from the developers" %}

{% trans "You have no messages" %}
{% endif %} {% endblock %}