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

Factory Settings > Factory Email Attachments > Edit Email Attachment

{{ form_start(form, { 'attr' : {'novalidate': 'novalidate'} }) }} {{ form_widget(form) }} {{ form_end(form) }} {% endblock %}