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

Factory Settings > Factory 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 %}