{% extends "accounts/_base.html" %} {% load static %} {% block title %} Verification {% endblock title %} {% block header_branding %}{% endblock header_branding %} {% block content %}

Enter your code

Please enter the code, that was sent to {{ phonenumber }}

{% if messages %} {% for message in messages %}

{{ message }}

{% endfor %} {% endif %}
{% csrf_token %}
{% if abusetimes < 3 %}
Resend code
{% endif %} {% if newuser == False %} {% if abusetimesemail < 3 %}
Resend code via E-Mail
{% endif %} {% if abusetimesemail >= 3 and abusetimes >= 3 %}
Please contact support@tapped.to
{% endif %} {% endif %} {% if newuser == True and abusetimes >= 3 %}
Please contact support@tapped.to
{% endif %}
{% if newuser == True %} {% else %} {% endif %} {% if registereduser %} {% endif %}
{% endblock content %}