{% extends "base.html" %} {% block title %}{{ _("Locations - Yaffo") }}{% endblock %} {% block extra_styles %} {% endblock %} {% from "components/page_header.html" import page_header %} {% block content %}
{% set header_actions %} {% endset %} {% call page_header(_("Photo Locations"), actions=header_actions) %} {% trans %}Hold Shift and drag to select multiple clusters{% endtrans %} {% endcall %}
{% endblock %} {% block scripts %} {% endblock %}