{% extends 'events/display/conference/base.html' %} {% block title -%} {{- page_title -}} {%- endblock %} {% block content -%}
    {% for contrib in contributions %}
  • {{- contrib.title -}}
    {% if contrib.can_edit(session.user) -%} {%- endif %}
  • {% else %}
  • {% trans %}You don't have any contributions at the moment.{% endtrans %}
  • {%- endfor %}
{% if event.type != 'conference' -%}

{%- trans %}Back to the event{% endtrans -%}

{%- endif %} {%- endblock %}