{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'club', 'mode': 'club' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'club', 'mode': 'club', 'active': 'content' } ) }}
{#
Filters

Work in progress. Filter by Section or Listing

#} {% for content in contents %} {% endfor %}
Status Section Listing Name Type Preview
{% if content.enabled == true %} {% else %} {% endif %}
{{ content.getListingId().getSectionId().getName() }} {{ content.getListingId().getName() }} {{ content.name }} {{ content.type }} {{ content.url }}
{% if contents[0] is not defined %}

Woah, no content found.

{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}