{% extends 'scipost/_personal_page_base.html' %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% load scipost_extras %} {% 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 |