{% extends "base.html" %} {% block title_suffix %} - {{ project.prjname }}{% endblock %} {% block content %}
| Type | Provider | Value | Note | Actions |
|---|---|---|---|---|
| {{ inf.inftype }} | {{ inf.infprovider }} | {{ inf.infval or '-' }} | {{ inf.infnote or '-' }} |
No infrastructure configured.
{% endif %}| ID | Name | Type | Phase | Status | Priority |
|---|---|---|---|---|---|
| {{ r.reqid }} | {{ r.reqname }} | {{ TYPE_NAMES.get(r.reqtype, r.reqtype) }} | {{ PHASE_NAMES.get(r.reqphase, r.reqphase) }} | {{ STATUS_NAMES.get(r.reqstatus, r.reqstatus) }} | {{ r.reqpriority }} |
No requests yet. Create one
{% endif %}