{#{% extends '::backendLayout.html.twig' %}#} {#{% block content_id "formador-feedback" %} {% block content_class "shadow"%}#} {#{% block stylesheets -%}#} {# {{ parent() }}#} {% stylesheets '@WebelopingLanderBundle/Resources/public/css/color_palette_widget.css' '@WebelopingLanderBundle/Resources/public/css/archivo_secreto.css' filter='?yui_css' %} {% endstylesheets %} {#{% endblock %}#} {#{% block bottom_scripts -%}#} {# {{ parent() }}#} {% javascripts '@WebelopingLanderBundle/Resources/public/js/collection.js' filter='?yui_js' %} {% endjavascripts %} {#{% endblock %}#} {% form_theme form 'WebelopingLanderBundle:Form:Theme/files.html.twig' %} {#{% block content -%}#}
ARCHIVO SECRETO {{ title |upper}}
{{ form_start(form) }}
ARCHIVADOR
{{ form_label( form.archive ) }} {% if form.archive.vars.errors.count > 0 %}
{{ form_errors( form.archive ) }}
{% endif %}
{{ form_label( form.newArchive ) }} {{ form_widget( form.newArchive ) }} {% if form.newArchive.vars.errors.count > 0 %}
{{ form_errors( form.newArchive ) }}
{% endif %}
{{ form_widget( form.color ) }} {% if form.color.vars.errors.count > 0 %}
{{ form_errors( form.color ) }}
{% endif %}
CARPETA
{{ form_label(form.directory) }} {% if form.directory.vars.errors.count > 0 %}
{{ form_errors( form.directory ) }}
{% endif %}
{{ form_label( form.newDirectory ) }} {{ form_widget( form.newDirectory ) }} {% if form.newDirectory.vars.errors.count > 0 %}
{{ form_errors( form.newDirectory ) }}
{% endif %}
DOCUMENTOS Documentos existentes
Selecciona una carpeta para ver sus documentos existentes. {% if documents is not empty %}
    {% for value in documents %}
  • {{ value.title }}Eliminar
  • {% endfor%}
{% endif %}
Documentos nuevos
NOMBRE DOCUMENTO
DOCUMENTO
{{ form_widget(form['_secToken']) }} {{ form_widget(form.submit) }} CANCELAR
{#{% endblock %}#}