{% extends "layouts/base.html" %} {% load indexing %} {% block title %} Documents {% endblock %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
Title | Date |
---|---|
Phase I Final Report | May 2024 |
{{ document.title }} {% if document.draft %} DRAFT {% endif %} {% if document.flags %} {% for flag in document.flags %} {{ flag }} {% endfor %} {% endif %} | {{ document.date }} |