{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'club', 'mode': 'club' } ) }}
{{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'club', 'mode': 'club', 'active': 'section' } ) }}
Status |
{#Created on | #}
List Order |
Name |
Banner |
{% for section in sections %}
|
{{ section.listOrder }} |
{{ section.name }}
|
 |
{% endfor %}
Status |
Section |
Name |
Banner |
{% for listing in listings %}
|
{{ listing.getSectionId().getName() }} |
{{ listing.name }} |
 |
{% endfor %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}