{# One project. The plan, units and stages arrive in later phases; this is the shell they hang on. #} {% extends "base.html" %} {% from "mirrorwall/components.html" import kv_list, badge, empty_state %} {% block content %}
{{ project.brief_text }}
{% else %}{{ empty_state("No brief yet. A project needs one before requirements can be compiled.") }}{% endif %}