{% extends 'base.html.twig' %} {% block body %}

Détails magasin

Détails magasin
Id {{ magasin.id }}
Titre {{ magasin.titre }}
Description {{ magasin.description }}
Adresse {{ magasin.adresse }}
Telephone {{ magasin.telephone }}
Fax {{ magasin.fax }}
Email {{ magasin.email }}
Photo {{ magasin.photo }}
{# Combine defaults with existing templates for this magasin #} {% for type, path in defaultTemplates %} {% set existing = existingTemplatesByType[type] is defined ? existingTemplatesByType[type] : null %} {% endfor %}
Document Actions
{% if existing %} {{ existing.getTitle() }} {% else %} {{ type|replace({'_':' '})|title }} {% endif %} {% if existing %} {% else %} {% endif %}
Retour Modifier
{{ form_start(delete_form) }} {{ form_end(delete_form) }}
{% endblock %}