{% extends 'layout.html.twig' %} {% block stylesheets %} {{parent()}} {% endblock %} {% block body %} {{ parent() }}
{# LISTADO MISIONES #}
{% for mu in app.user.usersMisionReferences %}
{% if mu.completed %} {% else %} {% endif %} {#
{{mu.mision.name}}
#}
{# {{mu.mision.description}} #}
{% endfor %}

{# VIDEO #}

{% trans %}Bring this Reader to the QR of the poster to unlock its content in the Pepe Pills section.{% endtrans %}

{# BOTON ESCANEO #}
{% trans %}SCAN{% endtrans %}
{{ include('Usuarios/Tutorial/tutoQr.html.twig') }} {% endblock %} {% block javascripts %} {{parent()}} {% endblock %}