{% extends "base.html" %} {% load crunch %} {% block content %}
{% if perms.crunch.add_dataset %} {% endif %} {% if perms.crunch.update_item %} {% endif %} {% if request.user.is_staff %} {% endif %} {% if item.prev_in_order %} {% endif %} {% if item.next_in_order %} {% endif %}

{{item}}

Parent: {{item.parent}}

{{item.description}}

{{item.details}}


{% if request.user.is_staff %} {% endif %}
{% if item.children.count %}

{{item.children.count}} Children

{% endif %}

Attributes

{% if request.user.is_staff %} {% endif %} {% for attribute in item.attributes.all %} {% if request.user.is_staff %} {% endif %} {% endfor %}
Attribute Type ValueAdmin
{{attribute.key}} {{attribute.type_str}} {{attribute.value_html}}

{% if request.user.is_staff %} {% endif %}
{% item_map dataset %}
{% endblock content %}