{% extends "accounts/_base.html" %} {% load static %} {% load placeholder %} {% block title %} Get started {% endblock title %} {% block description %} Get your NFC chip page for free on tapped.to {% endblock description %} {% block header_branding %}{% endblock header_branding %} {% block content %} Just one more step {% if messages %} {% for message in messages %} {{ message }} {% endfor %} {% endif %} {% for key, value in form.errors.items %} {{ value }} {% endfor %} {% csrf_token %} {{ form_countrys.phoneprefix }} {{ form_phone.phonenumber | placeholder:'Phone' }} Register Cancel registration {% endblock content %}