{% extends "../layouts/base-system.html" %} {% block title %}Create Account{% endblock %} {% block description %}Sign up for a new account{% endblock %} {% block page_class %}page-auth{% endblock %} {% block icon %}
{% endblock %} {% block page_title %}Create Your Account{% endblock %} {% block page_message %} Welcome! Set up your account to access exclusive content and features. {% endblock %} {% block main_content %}
{% member_register "membership_register" email_label="Email Address", password_label="Password", password_confirm_label="Confirm Password", submit_button_text="Create Account" %}

By creating an account, you agree to our Terms of Service and Privacy Policy.

{% endblock %} {% block actions %}{% endblock %} {% block footer_info %} {% if site_settings.membershipWebsiteAdmin %}

Having trouble registering?

Contact the administrator

{% endif %} {% endblock %}