{% if 'deprecated'|in(item) %}
  <div class="item__deprecated"><strong>Deprecated!</strong> {{ item.deprecated|safe }}</div>
{% endif %}
