{% if error_message %}

{% trans 'Update process failed. Error details are added below' %}

{% for error_message in errors_list %}
{% blocktrans with e=error_message %}{{ e }}{% endblocktrans %}
{% endfor %} {% else %}

{% blocktrans with v=version %}You have successfully updated Tendenci to version {{ v }}{% endblocktrans %}
Follow the link back to your site » {{ site_url }}

{% endif %}