diff --git a/cfp/templates/cfp/staff/participant_details.html b/cfp/templates/cfp/staff/participant_details.html index bc92d0d..eeb23d1 100644 --- a/cfp/templates/cfp/staff/participant_details.html +++ b/cfp/templates/cfp/staff/participant_details.html @@ -8,7 +8,12 @@

{{ participant }}

{% trans "Biography" %}

-

{{ participant.biography }}

+

{{ participant.biography|linebreaksbr }}

+ +{% if participant.notes %} +

{% trans "Notes" %}

+

{{ participant.notes|linebreaksbr }}

+{% endif %}

{% trans "Informations" %}

-{% if participant.notes %} -

{% trans "Notes" %}

-{% trans "This field is only visible by organizers." %} -

{{ participant.notes }}

-{% endif %} -

{% trans "Talks" %}

{% regroup participant.talk_set.all by category as category_list %} {% for category in category_list %}