{% if linked_object_type == 'category' %}
{% trans %}Add materials to the category.{% endtrans %}
{% elif linked_object_type == 'event' %}
{% trans %}Add materials to the event.{% endtrans %}
{% elif linked_object_type == 'session' %}
{% trans %}Add materials to the session.{% endtrans %}
{% elif linked_object_type == 'contribution' %}
{% trans %}Add materials to the contribution.{% endtrans %}
{% elif linked_object_type == 'subcontribution' %}
{% trans %}Add materials to the subcontribution.{% endtrans %}
{% endif %}
{% trans %}You can attach files or links using the buttons on the right.{% endtrans %}