{% extends "application_projects/project_detail.html" %} {% load i18n %} {% block notifications %} {% if not object.editable %}

{% trans "Your project is not editable at this point." %} {% if not object.lead %} {% trans "We are awaiting a lead to be assigned." %} {% else %} {% trans "It is currently under review by a staff member." %} {% endif %}

{% endif %} {% endblock %}