{% if S_NOTES_POPUP %} {% INCLUDE 'simple_header.html' %} {% else %} {% embed "overall_header.html" %} {% block header_content %}

{{ lang('NOTES') }} {% if not S_NO_NOTES %} • {{ NOTES_TOTAL_USED }} / {{ NOTES_TOTAL_ALLOWED }} {% endif %}

{% endblock %} {% endembed %} {% endif %}
{% if NOTES_FILTER_ACTIVE %} {% endif %} {% if S_NEW_NOTE %}
{% endif %}
{% for notes_row in loops.notes_row %}
{{ lang('POSTED') ~ lang('COLON') }} {{ notes_row.NOTE_DATE }}
{% if notes_row.NOTES_MEM %}
{{ lang('NOTES_MEM') }}: {{ notes_row.NOTES_MEM }}
{% endif %}
{% else %}
{% if NOTES_NOT_FOUND %}{{ lang('NO_SEARCH_RESULTS') }}{% else %}{{ lang('NO_NOTES') }}{% endif %}
{% endfor %}
{% if S_NEW_NOTE %}
{% endif %} {% if S_NOTES_POPUP %}
{L_CLOSE_WINDOW}
{% INCLUDE 'simple_footer.html' %} {% else %} {% INCLUDE 'overall_footer.html' %} {% endif %}