Author:
{{ adr.author|e }}
Created:
{{ adr.created }}
Status:
{{ adr.status|capitalize }}
{% if "material/tags" in config.plugins and page.meta.tags %}
Tags:
{% include "partials/tags.html" %}
{% endif %} {% if adr.base %}
Base for:
{% for ext in adr.base %} {{ ext.title }} {% endfor %}
{% endif %} {% if adr.extends %}
Extend:
{% for ext in adr.extends %} {{ ext.title }} {% endfor %}
{% endif %}
{% if adr.status == "superseded" %}

Superseded !

This ADR is superseded by {{ adr.superseded_by.title }}

{% endif %}