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

{{ 'Language'|trans }}


{{ 'Display'|trans }}


{{ 'Keyboard Shortcuts'|trans }}

{{ 'Only lowercase letters are allowed.'|trans }}

{{ 'Action'|trans }} {{ 'Shortcut'|trans }}
{{ 'Create'|trans }}
{{ 'Edit'|trans }}
{{ 'Submit'|trans }}
{{ 'TODO list'|trans }}

{{ 'PDF configuration'|trans }}





{{ 'Miscellaneous'|trans }}






{{ 'Modify your personal informations'|trans }}

{{ 'Modify your password'|trans }}



{{ 'Modify your identity'|trans }}



{{ 'Modify your contact information'|trans }}

{{ 'Experiment Templates'|trans }}


{{ 'Import from File'|trans }}



{% for template in templatesArr %}
{% if template.tags|length > 0 %} {% set tagsIdArr = template.tags_id|split(',') %} {% set tagsValueArr = template.tags|split('|') %} {% for key, tag in tagsValueArr %} {# the key allows to get the id stored in tagsIdArr #} {{ tag|raw }} {% endfor %} {% endif %}

{# the id begins with an 'e' because of this https://github.com/tinymce/tinymce/issues/3011#issuecomment-227993762 #}
{% endfor %}
{% endblock body %}