{% endblock %}
{% block content %}
{% if not can_create %}
{% trans "You currently do not have permission to create project." as msg %}
{% show_message "warning" msg %}
{% if has_billing %}
{% trans "Check your billing status" %}
{% endif %}
{% else %}
{% endif %}
{% endblock %}