{% for a in animals %}
{{a.title}}
{{a.breed}}
{{a.sex.get_display_name}}
{% for n in a.notes.all %}
{{n.date|naturalday}}{{n.rendered_content|typogrify}}
{% endfor %}
{% endfor %}