{% extends 'generic/object.html' %} {% load helpers %} {% load tabs %} {% load i18n %} {% block tabs %}
{% endblock tabs %} {% block content %}| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Slug" %} | {{ object.slug }} |
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "Active" %} | {% checkmark object.is_active %} |
| {% trans "Applies To" %} | {% if object.applies_to_all %} {% trans "All object types" %} {% else %} {% for ct in object.object_types.all %} {{ ct }} {% empty %} {{ ''|placeholder }} {% endfor %} {% endif %} |
| {% trans "QR code value" %} | {{ object.qr_value }} |
| {% trans "Size" %} | {{ object.width_mm }} × {{ object.height_mm }} mm |
{{ object.html_code }}
{% trans "No HTML code." %}
{% endif %}{{ object.css_code }}
{% trans "No CSS code." %}
{% endif %}{{ object.js_code }}
{% trans "No JavaScript code." %}
{% endif %}