{% extends "macros.html" %} {% block html %} {% for bundle in issue_bundles %} {% set entry = bundle.latest_entry %} {% endfor %}
Issues (truncated after 200) Download as CSV
View Issue Id Contract Date Created Owner Status Subject Supplies Latest Entry
Timestamp Text
View {{bundle.issue.id}} {{bundle.issue.g_contract.name}} {{bundle.issue.date_created|date_format}} {% if bundle.owner %} {{bundle.owner.email_address}} {% endif %} {% if bundle.issue.is_open %} Open {% else %} Closed {% endif %} {{bundle.issue.properties['subject']}} {% if entry %} {{entry.timestamp|date_format}} {% endif %} {% if entry %} {% set lines = entry.markdown.splitlines() %} {% if lines|length < 2 %} {{lines[0]}} {% else %}
{{lines[0]}} {{''.join(lines[1:])}}
{% endif %} {% endif %}
{% endblock %}