{% extends 'base.html.twig' %} {% block title %}New Factory Email Attachments | {{ parent() }}{% endblock %} {% block stylesheets %} {{ parent() }} {{ include('file_upload/css.html.twig') }} {% endblock %} {% block body %}

Factory Settings > Factory Email Attachments > New Attachments


Add files...
 
{% endblock %} {% block javascripts %} {{ parent() }} {{ include('file_upload/js.html.twig') }} {% endblock %}