{% extends "zerver/base.html" %} {% load i18n %} {# The app itself. #} {# Includes some other templates as tabs. #} {% load compressed %} {% load minified_js %} {% block page_params %} {# Insert parameters, which have been encoded with JSONEncoderForHTML. #} {% endblock %} {% block customhead %} {% if nofontface %} {# We can't use @font-face on qtwebkit, so use differently minified CSS #} {% compressed_css 'app-fontcompat' %} {% else %} {% compressed_css 'app' %} {% endif %} {% minified_js 'app' %} {% if not pipeline %} {% endif %} {% if debug %} {% minified_js 'app_debug' %} {% endif %} {% endblock %} {% block content %}
{% trans 'If this message does not go away, please wait a couple seconds and' %} {% trans 'reload' %} {% trans 'the page' %}.