{% for c in data %}
  • {{ c.surname }} {{ c.firstname }} [{{ 'Ж' if c.gender else 'М' }}]
    {{ c.birthday.strftime('%d.%m.%Y') }} [{{ (shift - c.birthday).days // 365 }}]
  • {% endfor %}