{% extends 'base.html.twig' %} {% block content %}
# | {{ 'label.name'|trans }} | {{ 'label.value'|trans }} | {{ 'label.actions'|trans }} |
---|---|---|---|
{{ loop.index }} | {{ attribute(constant('App\\Manager\\UserParameterManager::CHOICES_FORM'), parameter.name)|trans }} | {{ parameter.value }} |
{{ 'label.user_not_has_parameters'|trans }}
{% endif %}