{% load flags %} {% load pgp %}

{% for dev in dev_list %} {{ dev.first_name }} {{ dev.last_name }}    {% endfor %}

{% for dev in dev_list %} {% with dev.userprofile as prof %} {% endwith %} {% endfor %}
Image for {{ prof.alias }}

{{ dev.get_full_name }}{% if prof.latin_name %} ({{ prof.latin_name}}){% endif %} ΒΆ

Alias: {{ prof.alias }}
Email: {{ prof.public_email }}
Other Contact: {{ prof.other_contact }}
PGP Key: {% pgp_key_link prof.pgp_key %}
Roles: {{ prof.roles }}
Website: {% if prof.website %}{% endif %}
Occupation: {{ prof.occupation }}
Birth Year: {% if prof.yob %}{{ prof.yob }}{% endif %}
Location: {% country_flag dev.userprofile.country %}{{ prof.location }}
Languages: {{ prof.languages }}
Interests: {{ prof.interests }}
Favorite Distros: {{ prof.favorite_distros }}