{% extends "ui/panels/_base.html" %} {% load helpers i18n %} {% block panel_content %}
| {% 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 %} |