{% load i18n %}
{% if pd_with_header %}

  {{ participant.name }}  

{% endif %} {% if participant.belongs_to.count > 0 %}

{% trans "Belongs to" %}:
{% for bt_participant in participant.belongs_to.all %} {{ bt_participant }}
{% endfor %}

{% endif %} {{ participant.description|safe }}