{% load i18n browserid conversejs gravatar plugins %} {% load static from staticfiles %} {% block head %} {% block metarobots %} {% if ROBOTS_NOINDEX %} {% endif %} {% endblock %} {% block title %}Colab{% endblock %} - Colab {% if ribbon %} {% endif %} {% include "includes/google_analytics.html" %} {% block head_js %}{% endblock %} {% block head_css %}{% endblock %} {% if not is_mobile %} {% conversejs_static %} {% endif %} {% endblock %} {% if BROWSERID_ENABLED %} {% browserid_info %} {% endif %} {% block ribbon %} {% if ribbon %}
{{ ribbon.text }}
{% endif %} {% endblock %} {% block navbar %} {% endblock %} {% block messages %} {% if request.GET.bid_login_failed %}
{% trans 'The login has failed. Please, try again.' %}
{% endif %} {% for message in messages %}
{{ message }}
{% endfor %} {% endblock %}
{% block main-content %}{% endblock %}
 
{% block footer %} {% endblock %} {% if not is_mobile %} {% conversejs_chatpanel %} {% conversejs_initialize %} {% endif %} {% include "tz/set_utc_offset.html" %} {% if BROWSERID_ENABLED %} {% endif %} {% block footer_js %}{% endblock %}