{% extends '::baseAdmin.html.twig' %} {% block body %}
Nuevo Preview

Apertura

{% for apertura in aperturas %} {% endfor %}
Titulo Sección Fecha Orden Apertura Sacar Apertura Edit Sacar Home Eliminar
{{ apertura.titulo }} {{ apertura.seccion }} {{ apertura.fecha |slice(0,10)}} sacar No mostrar

Noticias

{% for noticia in noticias %} {% endfor %}
Titulo Sección Fecha Orden Home Apertura Edit Sacar Home Eliminar
{{ noticia.titulo }} {{ noticia.seccion }} {{ noticia.fecha |slice(0,10) }} {% if(noticia.estadoApertura == 0) %} Agregar {% endif %} No mostrar

Entrevistas

{% for entrevista in entrevistas %} {% endfor %}
Titulo Sección Fecha Orden Home Apertura Edit Sacar Home Eliminar
{{ entrevista.titulo }} {{ entrevista.seccion }} {{ entrevista.fecha |slice(0,10)}} {% if(entrevista.estadoApertura == 0) %} Agregar {% endif %} No mostrar

Recomendados

{% for recomendado in recomendados %} {% endfor %}
Titulo Sección Fecha Orden Home Apertura Edit Sacar Home Eliminar
{{ recomendado.titulo }} {{ recomendado.seccion }} {{ recomendado.fecha |slice(0,10)}} {% if(recomendado.estadoApertura == 0) %} Agregar {% endif %} No mostrar

Historias

{% for historia in historias %} {% endfor %}
Titulo Sección Fecha Orden Home Apertura Edit Sacar Home Eliminar
{{ historia.titulo }} {{ historia.seccion }} {{ historia.fecha |slice(0,10)}} {% if(historia.estadoApertura == 0) %} Agregar {% endif %} No mostrar

Lugares

{% for lugar in lugares %} {% endfor %}
Titulo Sección Fecha Orden Home Apertura Edit Sacar Home Eliminar
{{ lugar.titulo }} {{ lugar.seccion }} {{ lugar.fecha |slice(0,10)}} {% if(lugar.estadoApertura == 0) %} Agregar {% endif %} No mostrar

Etcétera

{% for etcetera in etceteras %} {% endfor %}
Titulo Sección Fecha Orden Home Apertura Edit Sacar Home Eliminar
{{ etcetera.titulo }} {{ etcetera.seccion }} {{ etcetera.fecha |slice(0,10)}} {% if(etcetera.estadoApertura == 0) %} Agregar {% endif %} No mostrar
{% endblock %}