{% extends "txapp_base.html" %} {% load i18n %} {% block txapp %}
{% blocktrans %}There was an error, while contacting the app {{ app_name }}.{% endblocktrans %}
{% blocktrans %}App responded "{{ error_message }}"{% endblocktrans %}
{% trans "Please, report this incident." %}
{% endblock %}