{% extends 'base.html.twig' %}
{% block title %}Statistic administration{% endblock %}
{% block stylesheets %}
{{ parent() }}
{% endblock %}
{% block content %}
Statistic administration
| User | {% for statisticType in statisticTypes %}{{ statisticType.getTitle }} - form | {{ statisticType.getTitle }} - analysis | {% endfor %}
|---|---|---|
| {{ user.getName }} | {% for statisticType in statisticTypes %} {% for type in ['form','analysis'] %} {% set inputId = 'switch_' ~ user.getId ~ '_' ~ statisticType.getId ~ '_' ~ type %}
{% if user.hasRole('ROLE_OWNER') or user.hasRole('ROLE_ADMIN') %}
|
{% endfor %}
{% endfor %}