{% extends 'layout/base.html' %}
{% from 'attachments/_attachments.html' import attachments_page %}
{% block title %}{% trans %}Materials{% endtrans %}{% endblock %}
{% block content %}
{{ attachments_page(linked_object, linked_object_type, attachments) }}
{% endblock %}