Modifier location
{% for message in app.flashes('echec') %}
{{ message }}
{% endfor %}
{{ form_start(form) }}
{{ form_row(form.property) }}
{{ form_row(form.tenant) }}
{{ form_row(form.start_date) }}
{{ form_row(form.end_date) }}
{# {{ form_row(form.agence) }} #}
{{ form_row(form.monthly_rent) }}
{{ form_row(form.frequence_loyer) }}
{{ form_row(form.jour_echeance) }}
{{ form_row(form.generation_loyer) }}
{{ form_end(form) }}
Retour