{%extends 'layout.html.twig' %} {% block stylesheets %} {{parent()}} {% endblock %} {% block body %} {{ parent() }}
{% if app.user.role == 'ROLE_ADMIN' %} Volver a Medallas {% elseif app.user.role == 'ROLE_TUTOR'%} Volver a Medallas {% endif %}
{{trivial.name}}
MEDALLAS
{% if not pagination|length %}

No se han encontrado resultados

{% else %} {% for trivialBadge in pagination %} {% endfor %}
ACTIVA IMAGEN NOMBRE DESCRIPCIƓN REGLA
{{trivialBadge.badges.name}} {{trivialBadge.badges.description}} {{trivialBadge.badges.rules.concatToString}}
{% endif %} {#display navigation#}
{{ include ('Clientes/forms/form.html.twig',{form: updateform_ajax,message:'Are you sure?',id:"form-update",with_submit:false}) }} {% endblock %}