{% extends "base.html" %} {% load dictionary_extras %} {% block extrahead %} {% endblock %} {% block title %}Klasyfikacje{% endblock %} {% block content %}
{% for classification, value_form, vocab_form, using in classification_forms %}Używające słowniki:
{% if using %}brak
{% endif %}Wartości:
{% with tree=classification.value_tree %} {% if tree %} {% value_tree tree %} {% endif %} {% endwith %}