{% extends 'base.html.twig' %} {%block main_content%} {% if dictionaries is defined %}

{%trans%}Synonyms dictionaries{%endtrans%}

{% if is_granted('ROLE_ADMIN') %} {% endif %} {%if dictionaries|length > 0%} {% for dictionary in dictionaries %} {% endfor %}
Name Full path  
{{ dictionary.name }} {{ dictionary.path }}
{% else %} {{ 'No dictionaries defined yet'|trans }} {% endif %} {% endif %} {% if form is defined %}

{{ sub_title }}

{{ form(form, {id: "synomyms-form"}) }} {% endif %} {%endblock%}