{% extends 'profiles/base.html' %} {% load bootstrap %} {% block breadcrumb_items %} {{ block.super }} Details {% endblock %} {% load scipost_extras %} {% block pagetitle %}: Profile details{% endblock pagetitle %} {% block content %}
{% include 'profiles/_profile_card.html' with profile=object %}
{% endblock content %}