{% extends 'scipost/_personal_page_base.html' %} {% load bootstrap %} {% load add_get_parameters %} {% block breadcrumb_items %} {{ block.super }}
{% endblock %} {% load scipost_extras %} {% block pagetitle %}: Profiles{% endblock pagetitle %} {% block content %}Name | Discipline | Expertises | Contributor? |
---|---|---|---|
{{ profile.last_name }}, {{ profile.get_title_display }} {{ profile.first_name }} | {{ profile.get_discipline_display }} |
{% for expertise in profile.expertises %}
{{expertise|get_specialization_code}}
{% endfor %}
|
{% if profile.contributor %}{% else %}{% endif %} |
{% include 'profiles/_profile_card.html' with profile=profile %} | |||
No Profiles found |