{{ header }}{{ column_left }}
{% if errors %}
    {% for listing_error in errors %}
  • {{ listing_error.message }}
  • {% endfor %}
{% endif %} {% if success %}
{{ success }}
{% endif %}

{{ listing_name }}{% if options is not empty %} : {% endif %} {% if options %} {% endif %}

{{ footer }}