====== Deprecated elements ======
{#{% for element in project.indexes.elements if element.deprecated %}#}
{#{% if element.file.path != previousPath %}#}
{#
{{ element.file.path }}#}
{#{% endif %}#}
{#{% set previousPath = element.file.path %}#}
{#{% endfor %}#}
{% for element in project.indexes.elements if element.deprecated %}
{% if element.file.path != previousPath %}
{% if previousPath %}
{# group #}
{% endif %}
{##}
===== {{ element.file.path }} ({{ element.tags.deprecated.count }} found)=====
Element
{# third column#}
Line
{# third column#}
Description
{# third column#}
{% endif %}
{% for tag in element.tags.deprecated %}
{{ element.fullyQualifiedStructuralElementName }}
{# third column#}
{{ element.line }}
{# third column#}
{{ tag.description }}
{# third column#}
{% endfor %}
{# group #}
{% set previousPath = element.file.path %}
{% else %}
No deprecated elements have been found in this project.
{% endfor %}