{% extends 'base.html.twig' %} {% block title %}Médecine Esthétique{% endblock %} {% block body %}
{% if app.request.locale == 'en' %} {{ medicine.getDescriptionEn(app.request.locale) }} {% else %} {{ medicine.getDescription(app.request.locale) }} {% endif %}
Aucun traitement disponible pour le moment.
{% endfor %}