{{app_name}} - version {{version}}
{% block content %} {% if actionTitle %}

{{actionTitle}}

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