{% extends 'scipost/base.html' %} {% load scipost_extras %} {% load bootstrap %} {% block pagetitle %}: Profiles{% endblock pagetitle %} {% block content %}
Name | Discipline | Expertises | |
---|---|---|---|
{{ profile.last_name }}, {{ profile.get_title_display }} {{ profile.first_name }} | {{ profile.get_discipline_display }} |
{% for expertise in profile.expertises %}
{{expertise|get_specialization_code}}
{% endfor %}
|
{{ profile.get_status_display }} |
{% include 'profiles/_profile_card.html' with profile=profile %} | |||
No Profiles found |