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

General Settings

General Display Settings

{% if mode is defined and mode == 'edit' %} {% else %}

{% if section.enabled == true %} Enabled {% elseif section.enabled == false %} Disabled {% endif %}

{% endif %}

Status of current section

{% if edit == true %} {% else %}

{{ section.name }}

{% endif %}

Section Name

{% if edit == true %} {% else %}

{{ section.listOrder }}

{% endif %}

Numeric sort order, 1 is always the first one.

{% if edit == true %} {% else %}

{{ section.slogan }}

{% endif %}

Slogan message for the section

{% if edit == true %} {% else %} {{ section.banner }} {% endif %}

Banner Image for the section

{% if edit == true %} {% else %} {{ section.headBanner }} {% endif %}

Head Banner Image for the section

{% if edit == true %} {% else %} {% if section.jumpToListing == 0 %}

No

{% elseif section.jumpToListing == 1 %}

Yes

{% endif %} {% endif %}

Enable jump straight to a listing content. (Skip listing selection)

{% if edit == true %} {% else %}

{% if section.getDefaultListing() %} {{ section.getDefaultListing().getListingId() }} - {{ section.getDefaultListing().getName() }} {% else %} None selected. {% endif %}

{% endif %}

Specify a default Listing

{% if edit == true %} {% else %}

{% if section.displayType == 'SL' %} Slider {% elseif section.displayType == 'BA' %} Banner {% elseif section.displayType == 'SQ' %} Square {% elseif section.displayType == 'FA' %} Fade {% endif %}

{% endif %}

Section Type defines how the thumbnail will be displayed

{% if edit == true %}
{% endif %}
{% if delete == true %}
{% endif %}
{{ include( 'NivaControlBundle:Shared:footer.html.twig' ) }}