{% extends "base.html" %} {% load static %} {% block title %} Create Organization {% endblock title %} {% block description %} Create an organization by filling out the necessary information, including organization name, website, logo, email, and subscription plan. {% endblock description %} {% block keywords %} Create Organization, Organization Information, Website, Logo, Email, Subscription Plan, Organization Registration {% endblock keywords %} {% block og_title %} Create Organization - Register Your Organization {% endblock og_title %} {% block og_description %} Register your organization by providing essential information such as organization name, website, logo, email, and selecting a subscription plan. {% endblock og_description %} {% load gravatar %} {% load i18n %} {% block content %}

Join Organization

Join an organization and collaborate with their team

{% csrf_token %} {% if messages %} {% for message in messages %}
{% if message.tags == 'error' %} {% else %} {% endif %}

{{ message }}

{% endfor %} {% endif %}
{% endblock content %} {% block after_js %} {% endblock after_js %}