{% extends 'events/management/full_width_base.html' %} {% from 'events/contributions/management/_contribution_list.html' import render_contrib_list %} {% from 'events/management/_lists.html' import render_filter_statistics %} {% block title %} {% trans %}Contributions{% endtrans %} {% endblock %} {% block title_actions %} {%- if event.type == 'conference' -%} {% trans %}Settings{% endtrans %} {%- endif -%} {% endblock %} {% block description %} {%- trans -%} Manage the contributions of the event from the list below or configure the contribution types and custom fields from the settings menu above. {%- endtrans -%} {% endblock %} {% block content %}
{{ render_filter_statistics(contribs|length, total_entries, total_duration) }}
{{ render_contrib_list(event, total_entries, contribs, sessions, tracks) }}
{% endblock %}