{% include 'overall_header.html' %}

{{ lang('FLAIR_LEGEND_TITLE') }}

{% for cat in cat %}
{% if cat.CAT_NAME %}

{{ cat.CAT_NAME }}

{% endif %}
{% for item in cat.item %}
{% include '@stevotvr_flair/flair_item.html' with item %}

{{ item.FLAIR_NAME }}

{{ item.FLAIR_DESC }}
{% endfor %}
{% else %}

{{ lang('FLAIR_NO_FLAIR') }}

{% endfor %} {% include 'overall_footer.html' %}