{% extends 'layouts/setting.html' %} {% block title %} {{ labels.sidebar.location }} {% endblock %} {% block titleHead %} {{ labels.sidebar.location }} {% endblock %} {% block actionButton %} {% endblock %} {% block modal %} {% endblock %} {% block mainContent %}
{% if currentVenue === 0 %}

  {{ labels.all_venues }}

{% for venue in modifyVenues %} {% endfor %}
{% endif %} {% if modifyVenues.length != 0 %}

{{ modifyVenues[selectedVenueIndex].name }}

{% for input in formInput %}
{{ input.text }}
{% endfor %}
{% endif %}
{% endblock %}