{% load mptt_tags %}
{% recursetree rubrics %}
{{ node.name }}
{% if not node.is_leaf_node %}
{{ children }}
{% endif %}
{% endrecursetree %}