{% include 'mcp_header.html' %}

{{ lang('MCP_FLAIR') }}

{% if S_SELECT_USER %}
{{ lang('FIND_USERNAME') }}
 
{% else %} {% INCLUDECSS '@stevotvr_flair/flair.css' %}
{{ lang('MCP_FLAIR_EXPLAIN', FLAIR_USER) }}

{{ lang('MCP_FLAIR_USER_FLAIR', FLAIR_USER_FULL) }}

{% 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 %}
{{ item.FLAIR_NAME_SHORT }}
{% if not item.S_FROM_GROUP %}{% endif %}
{% endfor %}{% if not loop.last %}
{% endif %} {% else %}

{{ lang('MCP_FLAIR_NO_FLAIR') }}

{% endfor %}

{{ lang('MCP_FLAIR_AVAILABLE') }}

{% for c in cat %}

{{ c.CAT_NAME }}

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

{{ lang('MCP_FLAIR_NO_AVAILABLE') }}

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