{% load i18n browserid conversejs gravatar %} {% block head %} {% block metarobots %} {% if ROBOTS_NOINDEX %} {% endif %} {% endblock %} Colab - {% block title %}Colab{% endblock %} {% if not is_mobile %} {% conversejs_static %} {% endif %} {% block head_js %}{% endblock %} {% block head_css %}{% endblock %} {% 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 header %}{% endblock %}
{% block main-content %}{% endblock %}
 
{% block footer %}

{% if user.is_staff %}

{% trans "Last email imported at" %} {{ last_imported_message.received_time|date:'DATETIME_FORMAT' }}

{% endif %}

{% trans "The contents of this site is published under license" %} {% trans "Creative Commons - attribution, non-commercial" %}

{% endblock %} {% if not is_mobile %} {% conversejs_chatpanel %} {% conversejs_initialize %} {% endif %} {% include "tz/set_utc_offset.html" %} {% browserid_js %} {% block footer_js %}{% endblock %}