{% embed "overall_header.html" %} {% block header_content %}

{{ FLAG }} {{ FLAG_IMAGE }}

{% endblock %} {% endembed %} {% if S_FLAG_USERS %}
{% for user_row in loops.user_row %} {% endfor %}
{{ lang('USERNAME') }} {{ lang('POSTS') }} {{ lang('JOINED') }}
{{ lang('USERNAME') ~ lang('COLON') }} {% if user_row.USER_AVATAR %}{{ user_row.USER_AVATAR }}{% endif %} {{ user_row.USERNAME_FULL }} {{ lang('POSTS') ~ lang('COLON') }} {% if user_row.POSTS and S_DISPLAY_SEARCH %}{{ user_row.POSTS }}{% else %}{{ user_row.POSTS }}{% endif %} {{ lang('JOINED') ~ lang('COLON') }} {{ user_row.JOINED }}
{% else %}

{{ lang('INFORMATION') }}

{{ MESSAGE_TEXT }}

{% endif %} {% INCLUDE 'overall_footer.html' %}