2016-04-07 15:30:52 +01:00
|
|
|
{% from "components/banner.html" import banner_wrapper %}
|
|
|
|
|
|
2017-07-24 16:19:28 +01:00
|
|
|
{% 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.
|
2016-04-07 15:30:52 +01:00
|
|
|
{% endcall %}
|