{% comment %} {% load url from future %} {% endcomment %}
|
{{element_state}}
{{element.name}}
Description:
{% if element.description %}
{{element.description|urlize}}
{% endif %}
Tree:
Path:
{% if path %}
{% for p in path %}{% comment %}{% if not forloop.first %}/{%endif%}{%endcomment%}/{{p.name}}{% empty %}
{% endfor %}
{% else %}
-
{% endif %}
|