{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block body %}

{{ dbms }}

{% if is_used %}
{{ title }} {{used_label}}
{% else %}
{{ title }} {{used_label}}
{% endif %}
{% for label, value in list_items.items %}
{{ label }}
{{ value }}
{% endfor %}
{% endblock body %}