{% load i18n browserid conversejs gravatar %} {% 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 %} {% browserid_info %} {% block ribbon %} {% if ribbon %}
{{ ribbon.text }}
{% endif %} {% endblock %} {% block navbar %}
Toggle navigation
{% if proxy.trac %}
{% trans "Timeline" %}
{% endif %}
{% trans "Groups" %}
{% if feedzilla %}
{% trans "Blogs" %}
{% endif %} {% if proxy.gitlab %}
{% trans "Repository" %}
{% trans "Public Projects" %}
{% if user.is_active %}
{% trans "Profile" %}
{% trans "New Project" %}
{% trans "Projects" %}
{% trans "Groups" %}
{% trans "Issues" %}
{% trans "Merge Requests" %}
{% endif %}
{% endif %} {% if proxy.noosfero %}
{% trans "Social" %}
{% trans "Users" %}
{% trans "Communities" %}
{% if user.is_active %}
{% trans "Profile" %}
{% trans "Control panel" %}
{% endif %}
{% endif %} {% if proxy.trac %}
{% trans "Contribute" %}
Wiki
{% if user.is_active %}
{% trans "New Wiki Page" %}
{% endif %}
{% trans "View Tickets" %}
{% if user.is_active %}
{% trans "New Ticket" %}
{% endif %}
{% trans "Roadmap" %}
Paste
{% trans "Browse Source" %}
{% trans "Continuous Integration" %}
{% endif %}
{% trans "Search" %}
{% if not user.is_authenticated %}
Acesso
{% trans "Register" %}
{% trans 'Login' as login_text %}
{% browserid_login text=login_text %}
{% trans "Register" %}
{% trans 'Login' as login_text %}
{% browserid_login text=login_text %}
{% else %}
{% gravatar user.email 40 %}
{% gravatar user.email 100 %}
{{ user.get_full_name }}
{{ user.email }}
{% trans "My Profile" %}
{% trans 'Logout' as logout_text %} {% browserid_logout text=logout_text link_class='btn btn-default pull-right' %}
{% 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" %} {% block footer_js %}{% endblock %}