{% extends "theme::layouts/default" %}
{% block content %}
{% include "theme::partials/messages" %}
{% set form = form('advs', app.request.query|keys|first).entry(id).get() %}
{{ form_open()|raw }}
{{ form.fields.name|raw }}
{{ form.fields.slug|raw }}
{% if app.request.get('cities') is not empty %}
{% elseif app.request.get('districts') is not empty %}
{% elseif app.request.get('neighborhoods') is not empty %}
{% elseif app.request.get('village') is not empty %}
{% endif %}
{{ form.fields.order|raw }}