+ +{% if user.is_superuser and support_status.has_support and not support_status.in_limits %} + {% trans 'Your Weblate is exceeding service limits. Please upgrade the subscription.' as msg %} + {% show_message 'warning' msg %} +{% endif %} + +{% if messages %} +{% for message in messages %} +{% show_message message.tags message %} +{% endfor %} +{% endif %} + +{% if menu_items %} +{% include 'snippets/menu.html' %} +{% endif %} + +{% block content %} +{% endblock %} + +