{% if error_message %}

Update process failed. Error details are added below

{% for error_message in errors_list %}
{{ error_message }}
{% endfor %} {% else %}

You have successfully updated Tendenci to version {{ version }}
Follow the link back to your site » {{ site_url }}

{% endif %}