{% load i18n %}
{% block buttons %}
{% if user_allowed_to_save_forms %}
{% else %}
{% url "admin:index" as admin_index %}
{% blocktrans %}
Please go to admin page
to log in, then come back. You will be able to save created
forms.
{% endblocktrans %}
{% endif %}
{% endblock %}