{% extends 'base.html.twig' %} {% block title %}Hello PublicController!{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block body %}

Bienvenue dans les commerces!

{% if commerce is not empty %} {# {{dump(commerce)}} #}

{{ 'display.contact_humans' | trans}}

Tags

{% for attributes in commerce.tag %} {% for kv in attributes %} {% if kv.k is 'opening_hours' %} {{ 'display.keys.' ~ kv.k |trans}} {% else %}
{{ 'display.keys.' ~ kv.k |trans}}
{% endif %} {% endfor %} {% endfor %}
{% endif %}
Dernière modification: {{ commerce['@attributes'].timestamp }} par {{ commerce['@attributes'].user }}

Attention: Ce site est un travail en cours, ceci est une démonstration sur un objet fictif qui utilise les données de l'API OpenStreetMap.

{% block javascripts %} {{ parent() }} {# #} {# #} {% endblock %} {% endblock %}