{% load i18n %}
{% if error_content %} {{ error_content }} {% else %}
{{ src }}
{{ html_source|safe }}
{% endif %}