{% extends 'layout.html.twig' %} {% block title %} {{ project.title }} » Deprecated elements {% endblock %} {% block content %}
{% for element in project.indexes.elements if element.deprecated %} {% if element.file.path != previousPath %} {% if previousPath %}
{% endif %}

{{ element.file.path }} {{ element.tags.deprecated.count }}

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