{% extends BASE_TEMPLATE %} {% load materializecss %} {% load staticfiles %} {% block head-title %}Settings{% endblock %} {% block title %}Settings {% endblock %} {% block menu %} {% endblock%} {% block content %}
{% csrf_token %}

User Info

{{ user_form|materializecss:'s12 m6' }}

Organization

{{ organization_form|materializecss:'s12 m6' }} Adding users to your organization is a paid feature, but is free for a limited time while we are still developing the tool. Contact info@indabom.com if you are interested.

Users In {{ organization.name }}

{% if organization.owner == user %} {% for user in users_in_organization %} {% empty %} No additional users in this organization. {% endfor %} {% endif %}
Cancel
{% endblock %}