{% extends 'base.html.twig' %} {% block title %}Documents | {{ parent() }}{% endblock %} {% block body %}

Documents


Dig Sheets
{% for document in digSheets %} {# @var document \App\Entity\FactoryDocument #} {% endfor %}
{{ document.name }} {{ document.file.formattedSize }}
Media / Info
{% for document in documents %} {# @var document \App\Entity\FactoryDocument #} {% endfor %}
{{ document.name }} {{ document.file.formattedSize }}
{% endblock %}