{{ 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 listing.enabled == true %} Enabled {% elseif listing.enabled == false %} Disabled {% endif %}

{% endif %}

Status of current listing

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

{{ listing.getSectionId().getSectionId() }} - {{ listing.getSectionId().getname() }}

{% endif %}

Parent section for the listing

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

{{ listing.name }}

{% endif %}

Listing Name

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

{{ listing.slogan }}

{% endif %}

Listing Slogan

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

Banner Image for the listing

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

Head Banner Image for the listing

{% if edit == true %} {% else %} {% if listing.jumpToContent == 0 %}

No

{% elseif listing.jumpToContent == 1 %}

Yes

{% endif %} {% endif %}

Enable jump straight to content.

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

{% if listing.getDefaultContent() %} {{ listing.getDefaultContent().getContentId() }} - {{ listing.getDefaultContent().getName() }} {% else %} None selected. {% endif %}

{% endif %}

Specify a default Content

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

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

{% endif %}

Listing Type defines how the thumbnail will be displayed.

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