Files
notifications-admin/app/templates/views/dashboard/no-permissions-banner.html
T

7 lines
259 B
HTML
Raw Normal View History

{% from "components/banner.html" import banner_wrapper %}
{% call banner_wrapper(type="warning") %}
You only have permission to view this service. To send messages, edit
templates or manage team members, contact the person who invited you.
{% endcall %}