{% extends 'base.html.twig' %} {% block header %}

Tiers ({{ tiers|length }})

{% if is_granted('ROLE_ADMIN') %}+ Nouveau tier{% endif %}
{% endblock %} {% block body %}
{% if is_granted('ROLE_ADMIN') %}{% endif %} {% for tier in tiers %}
{% if is_granted('ROLE_ADMIN') %} {% endif %} {% endfor %}
ID Désignation Type Scoring Description
A-{{ tier.id }} {{ tier.designation | default("") }} {{ tier.type.designation | default("") }}
{{ tier.score.designation | default("") }}
{{ tier.scoringjustif | default("") }}
{{ tier.description | default("") }}
{% endblock %} {% block javascripts %} {% endblock %}