ADR Viewer - {{ config.project_title }}

{% for adr_record in config.records %}

{{ adr_record.title }} {% if adr_record.status == "accepted" %} {% elif adr_record.status == "superceded" %} {% elif adr_record.status == "amended" %} {% elif adr_record.status == "pending" %} {% else %} {% endif %}

{{ adr_record.body|safe }}
{% endfor %}