{% extends 'Common/baseAdminPannel.html.twig' %} {% block title %} {{'OPCs del perĂ­odo '}} {% endblock %} {% block subtitle %} {% endblock %} {% block body %} {% if warning is defined %}
{{ warning }}
{% endif %} {{ form_start(edit_form, {'attr':{'data-remote':'true', 'data-method':'POST', 'data-url':edit_form.vars.action }} ) }}
{% if edit_form.concessionaire is defined %}
{{ form_row(edit_form.concessionaire) }}
{% endif %} {% if edit_form.office is defined %}
{{ form_row(edit_form.office) }}
{% endif %}
{% if edit_form.participatingUsers is defined %}
{{ form_row(edit_form.participatingUsers) }}
{% endif %}
{{ form_end(edit_form) }} {% endblock %}