{% extends "base.html" %} {% load crispy_forms_tags i18n translations %} {% block breadcrumbs %}
  • {% translate "Create project" %}
  • {% translate "Import project" %}
  • {% endblock breadcrumbs %} {% block content %} {% if not can_create %} {% translate "You currently do not have permission to create projects." as msg %} {% show_message "warning" msg %} {% if has_billing %} {% include "snippets/billing-failure.html" %} {% endif %} {% else %}
    {% csrf_token %} {% crispy form %}
    {% endif %} {% endblock content %}