{% extends "organizations/base.html" %} {% load i18n %} {% block title %} {% blocktrans %}Organizations{% endblocktrans %} {% endblock %} {% block content %} {% url "organization_create" as organization_create_url %}
{% include "organizations/partials/organization_list.html" with objects=organization_list %}
{% trans "Get started" %}
{% trans "Create a new organization" %}

If you are just getting started, create a new organization for your team and start your 1 month trial.

{% trans "Create a new organization" %}
{% endblock content %}