{% INCLUDE 'overall_header.html' %} {% INCLUDE 'calendar_top.html' %} {% if not VIEW_YEAR %} {% INCLUDE 'calendar_view.html' %} {% if CALENDAR_ENABLE_BIRTHDAYS && S_DISPLAY_BIRTHDAY_LIST && calendar_birthdays %}

{{ lang('BIRTHDAYS') }}

{% for calendar_birthdays in loops.calendar_birthdays %}

{{ calendar_birthdays.USER }} ({{ calendar_birthdays.AGE }}){% if not calendar_birthdays.S_LAST_ROW %}{{ lang('COMMA_SEPARATOR') }} {% endif %}

{% endfor %}
{% endif %}

{{ lang('EVENTS_FOR') }} {% if EVENT_DAY %}{{ EVENT_DAY }} {{ DAY_J }}{% endif %} {{ MONTH_YEAR }}

{% for events in loops.events %}
{% INCLUDE 'event_info.html' %} {% if events.attendees %}
{{ ATTENDING }} {{ lang('ATTENDING_EVENT') }}{{ lang('COLON') }} {% for attendees in events.attendees %} {% if attendees.U_UNATTEND %} {% endif %} {% if attendees.U_ATTENDED %} {% endif %} {{ attendees.USER_NAME }}{% if not attendees.S_LAST_ROW %}{{ lang('COMMA_SEPARATOR') }} {% endif %} {% endfor %} {% endif %} {% if events.attended %}
{% for attended in events.attended %} {{ lang('ATTENDED_EVENT') }}{{ lang('COLON') }} {{ attended.USER_NAME }}{% if not attended.S_LAST_ROW %}{{ lang('COMMA_SEPARATOR') }} {% endif %} {% endfor %} {% endif %}
{% else %} {{ lang('NO_EVENTS') }} {% endfor %}
{% if CALENDAR_ENABLE_BIRTHDAYS && S_DISPLAY_BIRTHDAY_LIST && calendar_birthdays %}
{% endif %} {% else %} {% INCLUDE 'calendar_view.html' %} {% endif %} {% INCLUDE 'overall_footer.html' %}