{% load bootstrap3 %} {% bootstrap_form_errors form %} {% bootstrap_field form.name %} {% bootstrap_field form.image %} {% bootstrap_field form.short_description %} {% bootstrap_field form.long_description %} {% bootstrap_field form.exit_url %} {% bootstrap_field form.criteria %}

This and the maximum age cutoff are used to check eligibility for studies; families who select a child outside the age range see a warning indicating that their data may not be used. The child's age in days is compared to these (inclusive) min and max ages (computed as years * 365 + months * 30 + days) to check eligibility.

{% bootstrap_field form.duration %} {% bootstrap_field form.contact_info %} {% bootstrap_field form.public %}