{% extends 'D2CustomerBundle::base.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %} {% endblock page_header %} {% block content %} {% set terms_path = d2_content_get_website_terms_page() %}

{{ d2_sys_config('sys_orginization') }} Smalls Pricing

Pricing exclusive of VAT

{% if d2_sales_item_exists(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_IMAGE_LARGE')) %} {% endif %} {% if d2_sales_item_exists(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_IMAGE_SMALL')) %} {% endif %} {% if d2_sales_item_exists(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_TEXT_BUSINESS')) %} {% endif %} {% if d2_sales_item_exists(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_NON_BUSINESS')) %} {% endif %} {% if d2_sales_item_exists(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_PROPERTY_RENTAL')) %} {% endif %} {% if d2_sales_item_exists(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_PROPERTY_SALE')) %} {% endif %}
Color Banner Large{{ d2_sales_item_period(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_IMAGE_LARGE')) }}{{ d2_sales_item_cost(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_IMAGE_LARGE'))|number_format(2, '.', ',') }}
Color Banner Small{{ d2_sales_item_period(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_IMAGE_SMALL')) }}{{ d2_sales_item_cost(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_IMAGE_SMALL'))|number_format(2, '.', ',') }}
Text Business{{ d2_sales_item_period(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_TEXT_BUSINESS')) }}{{ d2_sales_item_cost(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_TEXT_BUSINESS'))|number_format(2, '.', ',') }}
Non Business{{ d2_sales_item_period(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_NON_BUSINESS')) }}{{ d2_sales_item_cost(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_NON_BUSINESS'))|number_format(2, '.', ',') }}
Property Rentals{{ d2_sales_item_period(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_PROPERTY_RENTAL')) }}{{ d2_sales_item_cost(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_PROPERTY_RENTAL'))|number_format(2, '.', ',') }}
Property Sales{{ d2_sales_item_period(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_PROPERTY_SALE')) }}{{ d2_sales_item_cost(constant('D2\\BillingBundle\\Entity\\SalesItem::TYPE_ADVERT_FEE_PROPERTY_SALE'))|number_format(2, '.', ',') }}

{{ d2_sys_config('sys_orginization') }} ADVERTISMENTS

We will be happy to host your advertisments on our website.

{% if is_granted('ROLE_ACCOUNT_HOLDER') %}

Please note that you must complete your profile first. Kindly read our Terms & Conditions before advertsing on our platform.

Update my Profile {% if terms_path is not null %} Terms & Conditions {% endif %}

{% else %}

Please note that you must complete your profile and create a billing account first. Kindly read our Terms & Conditions before advertsing on our platform.

Update my Profile Create my Account Terms & Conditions

{% endif %}

{% if is_granted('ROLE_ACCOUNT_HOLDER') %}

ADVERTISE NOW

{% if is_granted('ROLE_ADVERTISER') %}

You are now ready to place your advertisement. Click on the button below to get started!

Create a new Advertisement Now »

{% else %}

In order to advertise on our website, please let us now a little about yourself and the advertisement(s) you wish to place. Click on the button below to get started!

Apply »

{% endif %}

{% endif %} {% if is_granted('ROLE_ADVERTISER') and adverts|length > 0 %}

YOUR ADVERTS

To manage your current adverts, click on the avert and select a action from the popup menu.

{% for advert in adverts %}

{% if advert.advertType == constant('D2\\AdvertBundle\\Entity\\Advert::TYPE_AT_IMAGE_SMALL') or advert.advertType == constant('D2\\AdvertBundle\\Entity\\Advert::TYPE_AT_IMAGE_LARGE') %}

Approved: {% if advert.approved %}Yes{% else %}No{% endif %} Status: {% if advert.enabled %}Enabled{% else %}Disabled{% endif %}

{% elseif advert.advertType == constant('D2\\AdvertBundle\\Entity\\Advert::TYPE_AT_TEXT_BUSINESS') %}

Approved: {% if advert.approved %}Yes{% else %}No{% endif %} Status: {% if advert.enabled %}Enabled{% else %}Disabled{% endif %}

{% elseif advert.advertType == constant('D2\\AdvertBundle\\Entity\\Advert::TYPE_AT_PROPERTY_RENTAL') or advert.advertType == constant('D2\\AdvertBundle\\Entity\\Advert::TYPE_AT_PROPERTY_SALE') %}
Add a Photo
{% if advert.getPhotos|length > 0 %}

{% for photo in advert.getPhotos %} {% if loop.first %}
{% endif %} {% if not loop.first and loop.index%4 == 0 %}
{% endif %} {% endfor %}
{% endif %}

Approved: {% if advert.approved %}Yes{% else %}No{% endif %} Status: {% if advert.enabled %}Enabled{% else %}Disabled{% endif %}

{% elseif advert.advertType == constant('D2\\AdvertBundle\\Entity\\Advert::TYPE_AT_NON_BUSINESS') %} {% endif %}
{% endfor %} {% endif %}
{% endblock content %}