{% load static %} {% csrf_token %} {% comment %} Move all this things, when we changed this to a component... {% endcomment %}
Send an invite below
{% if form.name.errors %} {{ name.errors }}{% endif %}
{% if form.email.errors %} {{ email.errors }}{% endif %}
{% if form.phone.errors %} {{ phone_number.errors }}{% endif %}
{% if messages %} {% for message in messages %} {% if message.tags == "error" %} {{ message }} {% endif %} {% endfor %} {% endif %}