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