{% extends "cv/details/_cv_detail_base.html" %} {% load cvtags %} {% load staticfiles %} {% with talk as object %} {% block object-list-url %}{% url 'cv:talk_object_list' %}{% endblock %} {% block next-previous %} {% with "talk" as section_name %} {{block.super}} {% endwith %} {% endblock next-previous %} {% block formatted-citation %}
“{{talk.title}}{% if talk.collaborator.all|length <= 1 %},{% endif %}” {% if talk.collaborator.all|length > 1 %}(with {% for collaborator in talk.collaborator.all %} {% if collaborator.first_name != "Michael" and collaborator.last_name != "Bader" %}{{collaborator.first_name}} {{collaborator.last_name}}{% endif %}{% endfor %}),{% endif %} talk presented