{% 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 "Welcome" %} {{ user.username }} | {% 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 version" %} {{ ltp_version }} (revno: {{ ltp_revno }})