{% extends 'web/base.html' %} {% load bootstrap3 %} {% block title %}Child - {{child.given_name}}{% endblock %} {% block flash %} {% if form.non_field_errors %} {% endif %} {% endblock %} {% block content %}

My Account

{% bootstrap_messages %}
{% include 'web/_account-navigation.html' with current_page="children-list" %}

Update {{ child.given_name }}

{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
{% endblock %}