{% load i18n %}

{% trans "Advanced Fields" %}

{% for field in fieldset.fields %}
{% include "babybuddy/form_field.html" %}
{% endfor %}