{% extends 'cmdbase/base.html' %} {% load i18n static %} {% block title %}{{ category.name }} (Category){% endblock %} {% block content %}
Created: {{ category.created }} | Updated: {{ category.updated }} | Id: {{ category.id }}
{% if request.user.is_staff %} {{ _("Admin") }} {% endif %}
Fullname | Category | Ordinal | Nature | Unit | Config | Help | {% if request.user.is_staff %}{% endif %} |
---|---|---|---|---|---|---|---|
{{ cp.prop_fullname }} | {% if cp.prop_category_id == category.id %}{{ category.name }}{% else %}{{ cp.prop_category_name }}{% endif %} | {{ cp.prop_ordinal }} | {{ cp.get_prop_nature_display | default_if_none:'' }} | {{ cp.prop_unit | default_if_none:'' }} | {{ cp.prop_config | default_if_none:'' }} | {{ cp.prop_help | default_if_none:'' }} | {% if request.user.is_staff %}{% endif %} |
{% if request.user.is_staff %} {{ _("Admin") }} {% endif %}
Name | Category |
---|---|
{{ item.name }} | {% if item.category_id == category.id %}{{ category.name }}{% else %}{{ item.category }}{% endif %} |