{% extends 'scipost/_personal_page_base.html' %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }} Profiles {% endblock %} {% load scipost_extras %} {% block pagetitle %}: Profiles{% endblock pagetitle %} {% block content %}

Add a Profile

{% if view.kwargs.discipline %}

Profiles in {{ view.kwargs.discipline }}{% if view.kwargs.expertise %}, {{ view.kwargs.expertise }}{% endif %}:


{% endif %} {% for profile in object_list %} {% empty %} {% endfor %}
Name Discipline Expertises
{% include 'profiles/_profile_card.html' with profile=profile %}
No Profiles found
{% endblock content %}