{% macro get_attachment_icon(attachment) -%} {%- if attachment.type.name == 'link' -%} icon-link {%- else -%} {{ icon_from_mimetype(attachment.file.content_type, 'icon-file-filled') }} {%- endif -%} {%- endmacro %} {% macro render_attachment(attachment, has_label=false, classes='') %} {% set previewable = (attachment.file.is_previewable and not g.static_site) or false %} {% set visible_link = attachment.type.name == 'link' and (not attachment.is_protected or attachment.can_access(session.user)) %} {%- if not has_label -%} {{ attachment.title }} {%- endif -%} {% endmacro %} {% macro _attachment_row(attachment, management=true) %}
{% trans %}There are no materials yet.{% endtrans %}
{%- endif -%} {% if management %} {% endif %} {%- endmacro %} {% macro attachments_page(linked_object, linked_object_type, attachments) %} {% endmacro %}