{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'club', 'mode': 'club' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'club', 'mode': 'club', 'active': 'section' } ) }}
{##} {% for section in sections %} {% endfor %}
StatusCreated onList Order Name Banner
{% if section.enabled == true %} {% else %} {% endif %}
{{ section.listOrder }} {{ section.name }} {{ section.banner }}
{% for listing in listings %} {% endfor %}
Status Section Name Banner
{% if listing.enabled == true %} {% else %} {% endif %}
{{ listing.getSectionId().getName() }} {{ listing.name }} {{ listing.banner }}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}