{% for resident in jan %}
{% include 'cm_portal/resident_list_item.html' with birthday=True %}
{% endfor%}
{% for resident in feb %}
{% include 'cm_portal/resident_list_item.html' with birthday=True %}
{% endfor%}
{% for resident in mar %}
{% include 'cm_portal/resident_list_item.html' with birthday=True %}
{% endfor%}
{% for resident in apr %}
{% include 'cm_portal/resident_list_item.html' with birthday=True %}
{% endfor%}
{% for resident in may %}
{% include 'cm_portal/resident_list_item.html' with birthday=True %}
{% endfor%}
{% for resident in jun %}
{% include 'cm_portal/resident_list_item.html' with birthday=True %}
{% endfor%}
{% for resident in jul %}
{% include 'cm_portal/resident_list_item.html' with birthday=True %}
{% endfor%}
{% for resident in aug %}
{% include 'cm_portal/resident_list_item.html' with birthday=True %}
{% endfor%}
{% for resident in sept %}
{% include 'cm_portal/resident_list_item.html' with birthday=True %}
{% endfor%}
{% for resident in oct %}
{% include 'cm_portal/resident_list_item.html' with birthday=True %}
{% endfor%}
{% for resident in nov %}
{% include 'cm_portal/resident_list_item.html' with birthday=True %}
{% endfor%}
{% for resident in dec %}
{% include 'cm_portal/resident_list_item.html' with birthday=True %}
{% endfor%}