{% if errorMsg %} Errors:
    {% for error in errorMsg %}
  • {{ error|safe }}
  • {% endfor %}
{% endif %} {% if successMsg %} Success:
    {% for msg in successMsg %}
  • {{ msg|safe }}
  • {% endfor %}
{% endif %}
× Success!
    {% for s in stat %}
  • {{ s|safe }}
  • {% endfor %}