{% extends 'layout/conference_page_base.html' %} {% block title -%} {% trans %}My Contributions{% endtrans %} {%- endblock %} {% block content -%}
    {% for contrib in contributions %}
  • {{- contrib.title -}}
    {% if contrib.can_manage(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 %}