{% trans "Get started" %}
If you are just getting started, create a new organization for your team and start your 1 month trial.
{% trans "Create a new organization" %}{% extends "organizations/base.html" %} {% load i18n %} {% block title %} {% blocktrans %}Organizations{% endblocktrans %} {% endblock %} {% block content %} {% url "organization_create" as organization_create_url %}
If you are just getting started, create a new organization for your team and start your 1 month trial.
{% trans "Create a new organization" %}