{% set title %}{% trans %}Cascade permissions to all items underneath this one.{% endtrans %}{% endset %}
{% set helpText %}{% trans %}For example, if this is a Layout then update the permissions on all Regions, Playlists and Widgets.{% endtrans %}{% endset %}
{{ forms.checkbox("cascade", title, 0, helpText) }}
{% set title %}{% trans %}Owner{% endtrans %}{% endset %}
{% set helpText %}{% trans %}Change the Owner of this item. Leave empty to keep the current owner.{% endtrans %}{% endset %}
{{ forms.dropdown("ownerId", "single", title, "", [{"userId": null, "userName": ""}]|merge(owners), "userId", "userName", helpText) }}