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