{% extends 'babyblotter/page.html' %} {% block title %}Welcome!{% endblock %} {% block content %}
{% for child in objects %}

{{ child.name }} {{ child.birth_date }}

{% if perms.core.view_child %} {% endif %}

{% endfor %}
{% endblock %}