{% extends "txapp_base.html" %} {% load i18n %} {% block txapp %}

{% trans "Error contacting app." %}

{% blocktrans %}There was an error, while contacting the app {{ app_name }}.{% endblocktrans %}

{% blocktrans %}App responded "{{ error_message }}"{% endblocktrans %}

{% trans "Please, report this incident." %}

{% endblock %}