{# The `#detail` body of a project sub-tab: the project's identity, then the active tab's panel. The fragment routes re-render this whole block with the tab the mutation belongs to, so a form's `hx-target="#detail"` keeps the identity and the tab set correct in place. #}

{{ project.name }}

{{ project.notes or tr("No notes.") }} · slug {{ project.slug }}
{% if error %}{% endif %} {% if tab == "meetings" %} {% include "_tab_meetings.html" %} {% elif tab == "glossary" %} {% include "_tab_glossary.html" %} {% elif tab == "media" %} {% include "_tab_media.html" %} {% else %} {% include "_tab_overview.html" %} {% endif %}