{% extends "master.html" %} {% block title %}{{ _('Home') }}{% endblock %} {%block tag %}locations{% endblock %} {% macro render_locations(calendars) -%} {% for location_row in locations %}
{{ _('No locations found') }}
{% endfor %} {%- endmacro %} {% block content %}