{% endmacro %}
{% macro render_paper_assignment_list(event, total_entries, contribs, static_columns, management=false) %}
{% if not contribs %}
{%- call message_box('info') %}
{%- if total_entries %}
{%- trans -%}
The filtering criteria do not match with any of the existing papers. Try to clear the filters.
{%- endtrans %}
{%- else %}
{%- trans %}There are no papers yet.{% endtrans %}
{%- endif %}
{%- endcall %}
{%- else %}
{%- endif %}
{% endmacro %}
{% macro render_paper_assignment_content(event, total_entries, contribs, static_columns, selected_entry=none,
management=false) %}