{% extends "base/base.html" %} {% block content %}
{{ object.description }}
{{ key.capitalize() }}: {% if value is string %} {{ value }} {% elif value is iterable %} {% for item in value %} {{ item }} {% endfor %} {% else %} {{ value }} {% endif %}
{% endif %} {% endfor %} {% endif %}