{% extends "website_base.html" %} {% load i18n %} {% block title %}{% block page_name %}{% trans "Home" %}{%endblock %} | {% trans "Ubuntu LoCo Team Portal" %}{% endblock %} {% block logo_text %}{% trans "LoCo Team Portal" %}{% endblock %} {% block extrastyles %} {% endblock %} {% block extrahead %} {% endblock %} {% block top_nav_login_links %} {% if user.is_authenticated %} {% trans "Logged in as:" %} {{ user.username }} | {% trans "My Teams" %} | {% if user.is_staff %} {% trans "Admin" %} | {% endif %} {% trans "Log Out" %} {% else %} {% trans "Log In" %} {% endif %} {% endblock %} {% block main_nav_links %}
© 2008-{% now "Y" %} Canonical Ltd., Ubuntu Community. Ubuntu is a registered trademark of Canonical Ltd.
{% trans "About the LoCo Team Portal Project" %}
{% trans 'Problems with LoCo Team Portal?' %} {% trans 'File a Bug' %}
{% trans "LoCo Team Portal" %} {{ loco_version }}