{% extends '@Core/base.html.twig' %} {% block sidebar %} {% render controller('CoreBundle:Default:sidebarConfiguration') %} {% endblock %} {% block sectionTitle %}Temporadas{% endblock %} {% block sectionActions %} No marcar ninguna temporada por defecto Crear {% endblock %} {% block breadcrumbLinks %}
Actual | Imagen | Nombre | Alias | Inicio | Fin | CategorÃa |
---|---|---|---|---|---|---|
{% if obj.isActual %} {% else %} {% endif %} | {{ obj.getName() }} | {{ obj.getAlias() }} | {% if obj.getDateStart %}{{ obj.getDateStart | date("d/m/Y") }}{% endif %} | {% if obj.getDateEnd %}{{ obj.getDateEnd | date("d/m/Y") }}{% endif %} | {{ obj.getCategory}} |