{% if imprimanteEditForm is defined %} {{ form_start(imprimanteEditForm) }} {# Add name #}
{{ form_label(imprimanteEditForm.name) }}
{{ form_widget(imprimanteEditForm.name) }}
{# Add dyndns #}
{{ form_label(imprimanteEditForm.dyndns) }}
{{ form_widget(imprimanteEditForm.dyndns) }}
{{ form_end(imprimanteEditForm) }} {% endif %} {% block javascripts %} {% endblock %}