{% extends 'layout.html' %} {% from 'macros/_formfield_macro.html' import formfield %} {% block user_content %}

Yeni Hesap Oluşturun

{% include 'components/alert_messages.html' %}
{{ form.csrf_token}} {{ formfield(form.full_name, placeholder="Adınızı ve Soyadınızı Giriniz (Zorunlu)") }} {{ formfield(form.email, placeholder="E-mail Adresinizi Giriniz (Zorunlu)") }} {{ formfield(form.phone, placeholder="Telefon Numaranızı Giriniz (İsteğe bağlı)") }} {{ formfield(form.password, placeholder="Parolanızı Giriniz (Zorunlu)") }} {{ formfield(form.password_confirm, placeholder="Parolanızı Tekrar Giriniz (Zorunlu)") }}
Zaten bir hesabınız var mı? Giriş Yapın
{% endblock user_content %}