{% extends 'D2CustomerBundle::base.html.twig' %} {% block head_script_extra %} {% endblock head_script_extra %} {% block page_header %}
Contribute an Advertisement.

{% endblock page_header %} {% block content %}

Advertisement Information

Please complete the form on the right to contribute your Advertisement. The {{ d2_sys_config('sys_orginization') }} team will assess your submission and respond to you as soon as possible.

Please note that for security reasons, certain types of images cannot be uploaded.

Many thanks for your contribution and for helping us to enrich our platform!

Invoicing Information

When you create your advertisement (and there is a cost associated with the advertisement), an invoice will be generated and emailed to you. Kindly pay the invoice and forward your payment confirmation.

Once your payment is processed, the advertisement will become active on the website.

Rentals and Property Sales

Additional images can be uploaded for these adverts. To add images, click on the created advert and select the option from the Dropdown menu.

{{ form_label(form.advert_type) }}
{{ form_errors(form.advert_type) }} {{ form_widget(form.advert_type) }}
{{ form_label(form.file) }}
{{ form_errors(form.file) }} {{ form_widget(form.file) }}
{{ form_label(form.title) }}
{{ form_errors(form.title) }} {{ form_widget(form.title) }}
{{ form_label(form.sub_title) }}
{{ form_errors(form.sub_title) }} {{ form_widget(form.sub_title) }}
{{ form_label(form.title_info) }}
{{ form_errors(form.title_info) }} {{ form_widget(form.title_info) }}
{{ form_label(form.text) }}
{{ form_errors(form.text) }} {{ form_widget(form.text) }}
{{ form_rest(form) }}
{{ tinymce_init() }} {% endblock content %}