<div class="module module-text">{% if is_granted('ROLE_ADMIN') %}<div class="admin-tools"><a href="{{ path('admin_moduletext_edit',{hookId:module.id}) }}" class="admin-update" target="_blank">modifier</a></div>{% endif %}<div class="ctn">{% if (app.request.getLocale() == 'fr') and module.data.titleFr %}<div class="title-ctn"><h2 class="title">{{ module.data.titleFr }}</h2><hr></div>{% elseif (app.request.getLocale() == 'en') and module.data.titleEn %}<div class="title-ctn"><h2 class="title">{{ module.data.titleEn }}</h2><hr></div>{% endif %}<div>{% if (app.request.getLocale() == 'fr') and module.data.contentFr %}{{ module.data.contentFr|raw }}{% elseif (app.request.getLocale() == 'en') and module.data.contentEn %}{{ module.data.contentEn|raw }}{% endif %}</div></div></div>