{% extends 'base_admin.html.twig' %} {% block title %}New Financial{% endblock %} {% block body %}

Add Financials

{{ form_start(form) }} {{ form_row(form.pub) }} {{ form_row(form.year) }} {{ form_row(form.descriptor) }} {{ form_row(form.comments2) }} {{ form_row(form.dateReceivedAt) }} {{ form_row(form.commentary) }}

Attachment

{{ form_widget(form) }} {{ form_end(form) }} Return to list {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}