{% extends "base.html" %} {% block content %}

Специализации

{% load mptt_tags %} {# {% for spec in object_list %}#} {#

{{ spec }}

#} {# {% endfor %}#} {##} {# {% load mptt_tags %}#} {##} {{ root }} {% for ch in children %}

{{ ch }}

{% for ch1 in ch.get_children %} {{ ch1 }} {% endfor %} {% endfor %} {% endblock %}