{% extends "ui/panels/_base.html" %} {% load helpers i18n %} {% block panel_content %} {% for k, v in object.module_type.attributes.items %} {% endfor %}
{% trans "Manufacturer" %} {{ object.module_type.manufacturer|linkify }}
{% trans "Model" %} {{ object.module_type|linkify }}
{{ k }} {% if v is True or v is False %} {% checkmark v %} {% else %} {{ v|placeholder }} {% endif %}
{% endblock panel_content %}