{# Profession profile editor block on the user update form (toy). #} {% load django_bootstrap5 %}

Lawyer Profile

{# get_profile_formsets() returns a practice-area formset plus the profession-contributed bar-admissions formset (see LawyerConfig). #} {% for key, formset in forms.items %}
{{ key }}
{% bootstrap_formset formset %} {% endfor %}