{% extends 'base.html.twig' %} {% block title %}Statistic administration{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block content %}

Statistic administration

Access rights

Please set the access rights of the users here. You can not change the rights of administrators
{% for statisticType in statisticTypes %} {% endfor %} {% for user in userList %} {% for statisticType in statisticTypes %} {% for type in ['form','analysis'] %} {% set inputId = 'switch_' ~ user.getId ~ '_' ~ statisticType.getId ~ '_' ~ type %} {% endfor %} {% endfor %} {% endfor %}
User{{ statisticType.getTitle }} - form {{ statisticType.getTitle }} - analysis
{{ user.getName }} {% if user.hasRole('ROLE_OWNER') or user.hasRole('ROLE_ADMIN') %}
{% else %}
{% endif %}
{#% include 'footer.html.twig' %#} {% endblock %} {% block javascripts %} {{ parent() }} {% endblock %}