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