{% if ui_style %}{% endif %} {% block head %}{% endblock %} {% if user %} {% set path = request.url.path %}
{% if ui and ui.brand.hide_powered_by %}{% endif %} {% if flash %}
{{ flash.m }}{% if not selfhosted and ('pgrade' in flash.m or 'plan' in flash.m) and flash.l == 'err' %} Upgrade{% endif %}
{% endif %} {% if license_banner %}
{{ license_banner.text }} Licence
{% endif %} {% if trial_days_left is not none %}
Your {{ ws_plan_name }} trial ends in {{ trial_days_left }} day{{ 's' if trial_days_left != 1 }}. Everything you've set up stays; paid features pause when it ends.Keep {{ ws_plan_name }} · ${{ plans[ws_plan_key].price }}/mo
{% endif %} {% if email_enabled and not user.email_verified_at %}
Please confirm your email address to unlock invites and more than 3 monitors. Check your inbox for the link.
{% endif %} {% block content %}{% endblock %}
{% else %}
{% if flash %}
{{ flash.m }}
{% endif %} {{ self.content() }}
{% endif %} {% block scripts %}{% endblock %}