{# The project list. Every value reaches the macros as a plain string and is escaped once; no `| safe` appears anywhere in this package on content a user or a model produced. #} {% extends "base.html" %} {% from "mirrorwall/components.html" import table, empty_state, button, input, badge %} {% block content %}
| Title | Type | Status | Updated |
|---|---|---|---|
| {{ project.title }} | {{ project.content_type }} | {{ badge(project.status, tone="neutral") }} | {{ project.updated_at | timestamp }} |
{% if show_archived %}Hide archived{% else %}Show archived{% endif %}