{% extends "base.html" %} {% load show_stars %} {% block content %}
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 %}
{{ 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 }} | {% endif %}|
Local Karma: | {{ profile.karma }} |