{% from 'message_box.html' import message_box %} {% from 'events/contributions/management/_types_table.html' import types_table_row %}
{% if contrib_types %} {% for contrib_type in contrib_types %} {{ types_table_row(contrib_type) }} {% endfor %}
{% trans %}Name{% endtrans %} {% trans %}Description{% endtrans %}
{% else %} {%- call message_box('info') %} {%- trans %}There are no contribution types yet.{% endtrans %} {%- endcall %} {% endif %}