{% extends "base.html" %} {% load i18n %} {% block content %} {% if user.is_authenticated %}

{{ name }} [edit]

{% else %}

{{ name }}

{% endif %} {% if image %} {% endif %} {% if in_use %} {% else %} {% endif %} {% if temporary_parent %} {% endif %} {% if children %} {% endif %} {% if owner %} {% endif %}
{% trans "Name" %} {{ name }}
{% trans {{ codes }}
{% trans
{{ description }}
{% trans
{{ note }}
{% trans {% trans
{% trans TrueFalse
{% trans {% for p in parentpath %} {% if p.one_barcode %}
{% trans {% for p in temporary_parentpath %} {% if p.one_barcode %}
{% trans {% if children %} {% else %} {% trans "No Children defined!" %} {% endif %}
{% trans {% if tags %}
    {% for tag in tags %} {% if tag.icon %}
  • {{ tag.name }}
  • {% else %}
  • {{ tag.name }}
  • {% endif %} {% endfor %}
{% else %} {% trans "No Tags defined!" %} {% endif %}
{% trans {{ owner }}
{% endblock %}