{% endblock %}
{% block content %}
{% if not projects and not form.fields.component.queryset and not branch_form.fields.component.queryset %}
{% trans "You do not have permission to create components in any projects." as msg %}
{% show_message "warning" msg %}
{% if has_billing %}
{% include "snippets/billing-failure.html" %}
{% endif %}
{% else %}