{% extends "@index/base.html.twig" %} {% set page_id = 'backend' %} {% set noindex = true %} {% set twoColumn = true %} {% set page = page > 0 ? page : 1 %} {% set filters = { 'today':'Hoy', 'yesterday':'Ayer', 'last_days':'Últimos días', 'last_items':'Últimas imágenes', 'active_items':'Imágenes activas', 'category_90':'Imágenes de la categoría Blog', 'category_91':'Imágenes de la categoría User', 'category_92':'Imágenes de la categoría Catálogo', 'category_93':'Imágenes de la categoría Categorías', 'category_94':'Imágenes de la categoría Páginas', 'category_95':'Imágenes de la categoría Slider', } %} {% block titulo %}Backend Imágenes{% endblock %} {% block lang %}{% endblock lang %} {% block stylesheet %} {{ parent() }} {% endblock stylesheet %} {% block bread %} {{ breadCrumbs | raw }}
{% endblock bread %} {% block twoOne %}
{% if date_start or date_end or search or filter_predefined %} Filtros: {% endif %} {% if (date_start or date_end) and filter_predefined not in 'today,yesterday' %} Entre el {{ dateFormat(date_start) }} y el {{ dateFormat(date_end) }} {% endif %} {% if search %} {{ search }} {% endif %} {% if filter_predefined is not empty and filter_predefined in 'today,yesterday,last_items,active_items,category_90,category_91,category_92,category_93,category_94,category_95,category_96' %} {{ filters[filter_predefined] }} {% elseif filter_predefined is not empty %} {{ filter_predefined }} {% endif %}

{{ numItems }} imágenes seleccionadas

{% for item in items %} {% include '@image/backend/includes/box.html.twig' %} {% endfor %}

{{ paginador | raw }} {% endblock twoOne %} {% block twoTwo %}
You browser doesn't support native upload. Try Firefox 3 or Safari 4.
{% endblock twoTwo %} {% block javascript %} {{ parent() }} {# jquery-ui-1.10.3.custom.min.js YA SE INSERTA EN EL ARCHIVO BASE; REVISAR PORQUE NO FUNCIONA SI NO SE INSERTA AQUI #} {% endblock javascript %}