{% block stylesheets %} {% endblock %} {% block head %} Germà Gran {% endblock %} {% block javascripts %} {% endblock %}

Treballs de recerca Espai per compartir!

{% if(idProfile == 1) %}

+ Crear Tr

{% endif %} {% if(idProfile == 2 or idUser == 1) %} {% endif %}
{% if(idProfile == 2 or idUser == 1) %}
{% else %}
{% endif %}
{% if(trs_no_assig and (idProfile == 2 or idUser == 1)) %} {% for tr in trs_no_assig %}

{{ tr.name }} {{ tr.code }}

    {% if(tr.tutors) %} {% for tutor in tr.tutors %}
  • {{ tutor }}
  • {% endfor %} {% endif %}

{% endfor %} {% endif %}
{% if(trs_solic and idUser == 1) %} {% for tr in trs_solic %}

{{ tr.name }} {{ tr.code }}

    {% for tutor in tr.tutors %}
  • {{ tutor }}
  • {% endfor %}

{% endfor %} {% endif %}
{% if(idProfile == 2 or idUser == 1) %}
{% else %}
{% endif %}
{% if(trs_assig) %} {% for tr in trs_assig %}

{{ tr.name }} {{ tr.code }}

    {% for tutor in tr.tutors %}
  • {{ tutor }}
  • {% endfor %}

{% endfor %} {% endif %}