{# Use this template to display page UI shortcuts as a toolbar next to the page title #}
{% extends "web/_base_scoped.html" %}
{% load debusine %}
{% block pagetitle %}
{% widget place.as_page_title %}
{% block ui-shortcuts %}
{% ui object as object_ui %}
{% for shortcut in object_ui.ui_shortcuts %}
{% widget shortcut %}
{% endfor %}
{% endblock %}