{%extends 'layout.html.twig' %} {% block stylesheets %} {{parent()}} {% endblock %} {% block body %} {{ parent() }}
{% if app.user.role == 'ROLE_ADMIN' %} Volver a Campañas {% elseif app.user.role == 'ROLE_TUTOR'%} Volver a Campañas {% else %} Volver a Campañas {% endif %}
Documentación de "{{ competition.name }}"
{% if documentsCategory|length == 0 %}

Aún no se ha añadido documentación

{% else %}
{% for dc in documentsCategory %}
{{dc.name}}
{% if app.user.role == "ROLE_USER" %}{% endif %} {% if app.user.role == "ROLE_TUTOR" or app.user.role =="ROLE_ADMIN" %}{% endif %} {% if app.user.role == "ROLE_ADMIN" or app.user.role == "ROLE_TUTOR" %} {% endif %} {% for area in dc.areas %} {% for document in area.documents %} {% set seen = 0 %} {% if app.user.role == "ROLE_USER" %} {% endif %} {% if app.user.role == "ROLE_TUTOR" or app.user.role =="ROLE_ADMIN" %} {% endif %} {% if app.user.role == "ROLE_ADMIN" or app.user.role == "ROLE_TUTOR" %} {% endif %} {% endfor %} {% endfor %}
VISTOICONO NOMBRE FORMATOPÚBLICOACCIONESPOSICIÓN
{% if document.type == "DOCUMENTO" %} {% set ext = document.extension|lower %} {% if ext == "jpeg" or ext == "png" %} {% set ext = "jpg" %} {% endif %} {% if ext == "rar"%} {% set ext = "zip" %} {% endif %} {% if ext == "avi" or ext == "css" or ext == "doc" or ext == "docx" or ext == "eps" or ext == "jpg" or ext == "mp3" or ext == "mp4" or ext == "pdf" or ext == "ppt" or ext == "psd" or ext == "txt" or ext == "wav" or ext == "xls" or ext == "zip" %} {% else %} {% endif %} {% else %} {% endif %} {% if document.type == "DOCUMENTO" %} {{document.name}} {% else %} {{document.name}} {% endif %} {% if document.type == "DOCUMENTO" %} {{document.extension}} {% else %} url {% endif %} {% if document.public %}
OCULTAR
{% else %}
PUBLICAR
{% endif %}
{% if app.user.role != "ROLE_USER" %} {% if document.type == "DOCUMENTO" %} {# #} {% endif %} {% if dc.trinder.competition.beginAt|date("Y-m-d") > "now"|date("Y-m-d") or app.user.role == "ROLE_ADMIN" %} {% endif %} {% else %} {% if document.type == "DOCUMENTO" %} {# #} {% endif %} {% endif %}

{% endfor %} {% if app.user.role == "ROLE_USER" and app.user.usersMisionReferences|length > 0 %}
Sabías que?
{% for um in app.user.usersMisionReferences%} {% if um.completed %} {% else %} {% endif %} {% endfor %}
NOMBRE DESCRIPCIÓN CONTENIDO
{{um.mision.name}} {{um.mision.description}}Ver?
{% endif %}
{% endif %} {% if app.user.role == 'ROLE_ADMIN' or app.user.role == 'ROLE_TUTOR' %} Añadir nuevo documento {% endif %} {% if app.user.role == 'ROLE_ADMIN' %} {% elseif app.user.role == 'ROLE_TUTOR'%} {% endif %}
{{ include ('Clientes/forms/form.html.twig',{form: deleteform_document_ajax,message:'Estás seguro?',id:"form-delete",with_submit:false}) }} {{ include ('Document/forms/addDocumentform.html.twig',{form: form,message:'Estás seguro?',id:"documentModal",with_submit:false}) }} {% endblock %} {% block javascripts %} {{parent()}} {% endblock %}