{% 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 %}
Toggle navigation
{% trans "Groups" %}
{% plugins_menu %}
{% trans "Search" %}
{% if not user.is_authenticated %}
Acesso
{% trans 'Login' as login_text %} {% if BROWSERID_ENABLED %}
{% browserid_login text=login_text %}
{% else %}
{% trans "Register" %}
{% trans "Login" %}
{% endif %}
{% trans 'Login' as login_text %} {% if BROWSERID_ENABLED %}
{% browserid_login text=login_text %}
{% else %}
{% trans "Register" %}
{% trans "Login" %}
{% endif %} {% else %}
{% gravatar user.email 40 %}
{% gravatar user.email 100 %}
{{ user.get_full_name }}
{{ user.email }}
{% trans "My Profile" %}
{% trans 'Logout' as logout_text %} {% if BROWSERID_ENABLED %} {% browserid_logout text=logout_text link_class='btn btn-default pull-right' %} {% else %}
{% trans "Logout" %}
{% endif %}
{% endif %}
{% trans 'Search here...' %}
{% 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 %}