{% extends "base.html" %} {% load i18n %} {% block sub_nav_links %}
  • {% trans "About Local Community (LoCo) Teams" %}
  • {% trans "Using the LoCo Team Portal" %}
  • {% endblock %} {% block extrahead %}{{block.super}} {% endblock %} {% block content %}

    {% trans "Ubuntu Local Community (LoCo) Team Portal" %}


    {% trans "Click on your continent to find teams near you." %}

    {% trans "Latest blog articles" %}

    {% for article in articles %} {% endfor %}

    {% if team_event_count %}{{ team_event_count }} {% endif %}{% trans "Upcoming Events" %}

    {% trans "Latest social messages" %}

    {% endblock %}