{{app_name}}
- version {{version}}
{% block content %} {% if actionTitle %}
{{actionTitle}}
{% endif %} {{result|raw}} {% endblock content %}
{% if errors|length %}
Errors ({{ errors|length }})
{% for fileName, error in errors %}
{{fileName}}
{{error}}
{% endfor %}
{% endif %}