~nhandler/loco-team-portal/fixes-lp-607552

« back to all changes in this revision

Viewing changes to loco_directory/templates/loco_council.html

  • Committer: Michael Hall
  • Date: 2010-07-15 14:57:16 UTC
  • mfrom: (186.2.3 loco-directory.601081)
  • Revision ID: mhall@mhall-laptop-20100715145716-palnjxy83wiq5yvz
Add LoCo Council pages, merge from dholbach

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "base.html" %}
 
2
{% load i18n %}
 
3
 
 
4
{% block sub_nav_links %}
 
5
<a class="sub-nav-item" href="reapprovals">{% trans "Upcoming Reapprovals" %}</a>
 
6
{% endblock %}
 
7
{% block search %}{% endblock %}
 
8
 
 
9
{% block content %}
 
10
 
 
11
  <h1>{% trans "Ubuntu LoCo Team Directory" %}</h1>
 
12
        <article class="main-content">
 
13
        <h2>{% trans "LoCo Council" %}</h2>
 
14
        <p>
 
15
          {% trans "The Ubuntu LoCo Council is comprised of elected, dedicated members of the Ubuntu Community. They have diverse backgrounds, but have a firm understanding of what makes up successful LoCo's. The LoCo Council was set up to govern Ubuntu LoCo teams, and utilizing their past experiences, provide guidance and help when needed to these teams and lead them by example." %}
 
16
        </p>
 
17
        <p>
 
18
          {% trans "The LoCo Council governs the LoCo community, make decisions on resource allocation, deals with conflict resolution and make decisions about where the project should move forward." %}
 
19
        </p>
 
20
        <p>
 
21
          {% trans "The LoCo Council governs the LoCo Community; responsibilities include but are not limited to the following:" %}
 
22
          <ul>
 
23
                <li>{% trans "To provide independent guidance for the LoCo Community." %}</li>
 
24
                <li>{% trans "To maintain quality of governance in the LoCo community." %}</li>
 
25
                <li>{% trans "To assess and re-assess teams for approved state." %}</li>
 
26
                <li>{% trans "To provide input and feedback to other Ubuntu governance boards regarding the needs and achievements of the LoCo  community." %}</li>
 
27
                <li>{% trans "To act as an independent, objective, third party to resolve conflict in teams by acting as mediator for a group or individuals." %}</li>
 
28
                <li>{% trans "To govern key LoCo  resources such as mailing lists and key web properties. ie. if you log a Request Ticket regarding your LoCo and don't hear anything after 2 weeks contact us." %}</li>
 
29
                <li>{% trans "Influencing and recommending how LoCo  resources are allocated." %}</li>
 
30
                <li>{% trans "Influencing the direction and goals of the Ubuntu Project and greater LoCo Team effort." %}</li>
 
31
                <li>{% trans "To motivate and encourage LoCo s to be the best they can." %}</li>
 
32
          </ul>
 
33
        </p>
 
34
        </article>
 
35
{% endblock %}