{% extends 'base.html.twig' %} {% block body %}
{#----------------------------HEAD------------------------------------------#}

{% trans into app.session.get('locale') %}Notak ikusi {% endtrans %}

{% if is_granted('ROLE_ZUZENDARITZA') %} Nota Guztiak {% endif %}
{% if is_granted('ROLE_ZUZENDARITZA') %}
{% trans into app.session.get('locale') %}Bilatu ikaslea{% endtrans %}:
{% endif %}
{{include('nota/aukeratuikasleanotaform.html.twig')}}

{% endblock %} {% block javascripts %} {% endblock %}