{% extends 'layout.html.twig' %} {% block title %} {{ project.title }} » Deprecated elements {% endblock %} {% block content %}
{% for element in project.indexes.elements if element.deprecated %}

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

{% for tag in element.tags.deprecated %} {% endfor %}
Type Line Description
{{ element.name }} {{ element.line }} {{ element.description }}
{% else %}
No deprecated elements have been found in this project.
{% endfor %}
{% endblock %}