{% extends "base.html" %} {% load crispy_forms_tags i18n translations %} {% if can_create %} {% block nav_pills %} {% endblock nav_pills %} {% endif %} {% block breadcrumbs %} {% 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 %}
{% csrf_token %} {% crispy import_form %}
{% endif %} {% endblock content %}