{% for birthday in loops.birthday %}
  • {{ birthday.USERNAME }}{% if birthday.USER_AGE %} ({{ birthday.USER_AGE }}){% endif %}
  • {% endfor %}