{% comment %} Messages template for non-field errors Author: George Karakostas Copyright: Copyright 2015, George Karakostas Licence: BSD-3 Email: gkarak@9-dev.com {% endcomment %} {% if errors %}
{% for error in errors %} {% endfor %}
{% endif %}