{% extends "base.html" %} {% load show_stars %} {% block content %}

List if Ubuntu Massachusetts Members

Each of the members in this LoCo are volunteers, they give vast amounts of their free time to helping spread ubuntu and free software awareness and teaching others computer skills.

{% for profile in stars %} {% if profile.wikiurl %} {% endif %}

{{ profile.user.first_name }} {{ profile.user.last_name }} {% ifequal user profile.user %}(You){% endifequal %}

Nickname:{{ profile.user.username }}
Job:{{ profile.title }}
Town:{{ profile.town }}
Wiki Page:{{ profile.wikiurl }}
Local Karma:{{ profile.karma }}
{% endfor %} {% endblock %}