{{ include( 'NivaControlBundle:Shared:header.html.twig', { 'section': 'club', 'mode': 'club' } ) }} {{ include( 'NivaControlBundle:Shared:sidebar.html.twig', { 'section': 'club', 'mode': 'club', 'active': 'landing' } ) }}
{% if not edit and not delete %}

Landing Page Preview URL:

{{ previewUrl }}
{% endif %}

General Settings

Modify this section to modify the club's settings.

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

{{ page.name }}

{% endif %}

Landing Page Name

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

{{ page.description }}

{% endif %}

Short description & keywords


Media & Display Settings

Modify the appearance of the landing page.

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

{{ page.layout|capitalize }}

{% endif %}

HTML layout style (template type)

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

{{ page.banner }}

{% endif %}

Complete URL of banner image (http://...)

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

{{ page.button }}

{% endif %}

Optional (only for Telcel's PortalOne): Complete URL of button image (http://...)

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

{{ page.css }}

{% endif %}

Complete URL of CSS stylesheet (http://...)

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

{{ page.wilaenUrl }}

{% endif %}

Optional (only for Wilaen services): Complete URL of custom landing page (http://...)

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