{% extends 'theme-6.html.twig' %} {# Title #} {% block title %}Tower{% endblock %} {# CSS #} {% block stylesheets %}{% endblock %} {% block row %}
{% if app.request.query.get('message') is not empty %}
{{app.request.query.get('message')}}
{% endif%}

Supprimer un auteur

{{ form_errors(form) }} {% if not form.author.rendered %} {# start: author #}
{{ form_label(form.author, 'Nom', {'label_attr': {'class': 'col-md-3 control-label'}}) }} {{ form_errors(form.author) }}
{{ form_widget(form.author, {'attr': {'class': 'form-control'}}) }}
{# end: author #} {% endif %}
{% endblock %} {% block javascripts %} {% endblock %}