{{ trans('visiosoft.module.advs::field.ad_info') }}
{% if setting_value('visiosoft.module.advs::market_place') %}
{{ addBlock('new-ad/fields', {'adv': adv})|raw }}
{% endif %}
{% if not setting_value('visiosoft.module.advs::hide_options_field') %}
{% if not setting_value('visiosoft.module.advs::detailed_product_options') %}
{% if auth_check() and auth_user().hasRole('admin') %}
{{ trans('visiosoft.module.advs::message.disabled_detailed_options_for_admin_role') }}
{% endif %}
{% else %}
{{ form.fields.product_options_value.configSet('cat1', adv.cat1).input|raw }}
{% endif %}
{% endif %}
{{ other_fields|raw }}
{% endif %}
{% include "visiosoft.module.location::new-ad/map" %}
{% if setting_value('visiosoft.module.advs::show_post_ad_agreement') %}
{% endif %}
{{ form.actions|raw }}