{% extends "albums/_base.html" %} {% from "components/page_header.html" import page_header %} {% from "components/modal.html" import render_modal with context %} {% from "components/selection_bar.html" import selection_bar %} {% block title %}{{ _("%(album)s - Albums - Yaffo", album=selected.name) }}{% endblock %} {% macro render_share_album_form() %} {% if devices %} {# The checked devices ARE the devices this album is shared with: checking grants, unchecking revokes. The modal shows the truth and can undo itself. #}
{% else %}{{ _("No paired devices yet. Pair a device on the Sharing tab first.") }}
{% endif %} {% endmacro %} {% macro render_edit_album_form() %}