{% include 'ucp_header.html' %}

{{ lang('UCP_FLAIR') }}

{% INCLUDECSS '@stevotvr_flair/flair.css' %}
{{ lang('UCP_FLAIR_EXPLAIN') }}

{{ lang('UCP_USER_FLAIR') }}

{% for c in user_flair %} {% if c.CAT_NAME %}

{{ c.CAT_NAME }}

{% endif %} {% for item in c.items %}
{% include '@stevotvr_flair/flair_item.html' with item %}
{{ item.FLAIR_NAME_SHORT }}
{% if item.FLAIR_FAV %} {% else %} {% endif %} {% if item.S_IS_FREE %}{% endif %}
{% endfor %}{% if not loop.last %}
{% endif %} {% else %}

{{ lang('UCP_FLAIR_NO_FLAIR') }}

{% endfor %}

{{ lang('UCP_FLAIR_AVAILABLE') }}

{% for c in available_flair %}

{{ c.CAT_NAME }}

{% for item in c.items %}
{% include '@stevotvr_flair/flair_item.html' with item %}
{{ item.FLAIR_NAME_SHORT }}
{% endfor %}{% if not loop.last %}
{% endif %} {% else %}

{{ lang('UCP_FLAIR_NO_AVAILABLE') }}

{% endfor %}
{{ S_FORM_TOKEN }}
{% include 'ucp_footer.html' %}