{% include 'overall_header.html' %} {% if S_SELECT_USER %}

{{ lang('ACP_FLAIR_MANAGE_USERS') }}

{{ lang('ACP_FLAIR_MANAGE_USERS_EXPLAIN') }}

{{ lang('SELECT_USER') }}
[ {{ lang('FIND_USERNAME') }} ]

{% else %} {% INCLUDECSS '@stevotvr_flair/flair.css' %} « {{ lang('BACK') }}

{{ lang('ACP_FLAIR_MANAGE_USERS') }} :: {{ FLAIR_USER_NAME }}

{{ lang('ACP_FLAIR_MANAGE_USERS_EXPLAIN') }}

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

{{ cat.CAT_NAME }}

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

{{ lang('ACP_FLAIR_NO_FLAIR') }}

{% endfor %}
{{ lang('ACP_FLAIR_AVAILABLE') }}
{% for c in cat %}

{{ c.CAT_NAME }}

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

{{ lang('ACP_FLAIR_NO_AVAILABLE') }}

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