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