{% extends 'theme-6.html.twig' %} {# Title #} {% block title %}Tower{% endblock %} {# CSS #} {% block stylesheets %}{% endblock %} {% block row %}

Fiche détaillée de l'album

{{ form_errors(form) }} {% if not form.album.rendered %} {# start: Album #}
{{ form_label(form.album, null, {'label_attr': {'class': 'col-md-3 control-label'}}) }} {{ form_errors(form.album) }}
{{ form_widget(form.album, {'attr': {'class': 'form-control'}}) }}
{# end: Album #} {% endif %}
{% if form.success is defined %}
{{ form.success.vars.label }}
{% endif %}

Informations

{% endblock %} {% block javascripts %} {% endblock %}