{% extends 'partials/base.html' %} {% block content %}

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

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

{{ spec }}

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

{{ ch }}

{% for ch1 in ch.get_children %} {# {{ ch1 }}#} {% endfor %} {% endfor %}
{% block js %} {% endblock %} {% endblock %}