{% for spec in profile.specialties.all %} {% empty %} {% endfor %}
Specialties (current)
{{ spec }}
{% csrf_token %}
None defined
{% for spec in other_specialties.all %} {% empty %} {% endfor %}
Other specialties
{{ spec }}
{% csrf_token %}
None defined
{% include "profiles/_hx_profile_specialty_codes_edit.html" with profile=profile %}