{% if data.error %}
{{ data.error }}
{% elif data.success %}
{{data.success}}
{% else %}
{% endif %}
{% csrf_token %}