{% extends 'base.html' %} {% block title %}{{ _('Sign Up') }} - CrashXAF{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{{ _('Join CrashXAF') }}

{{ _('Create your account and start winning') }}

{{ _('Get 2x on your first top-up!') }}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

{{ _('This PIN will be used to login') }}

{{ _('By registering, you agree to our') }} {{ _('Terms') }} {{ _('and') }} {{ _('Privacy Policy') }}

{% endblock %}