{% if S_DISPLAY_BIRTHDAY_LIST %}

{{ lang('BIRTHDAYS') }}

{% EVENT index_body_block_birthday_prepend %} {% if birthdays|length %}{{ lang('CONGRATULATIONS') ~ lang('COLON') }} {% for birthdays in birthdays %}{{ birthdays.USERNAME }}{% if birthdays.AGE !== '' %} ({{ birthdays.AGE }}){% endif %}{% if not birthdays.S_LAST_ROW %}, {% endif %}{% endfor %}{% else %}{{ lang('NO_BIRTHDAYS') }}{% endif %} {% EVENT index_body_block_birthday_append %}

{% endif %}