From 79f00ef686e0597cb197ed67ba1462aa60a530bb Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Fri, 30 Oct 2009 16:56:21 -0200 Subject: "imported" public app files from archweb_pub --- templates/public/developer_list.html | 60 ++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 templates/public/developer_list.html (limited to 'templates/public/developer_list.html') diff --git a/templates/public/developer_list.html b/templates/public/developer_list.html new file mode 100644 index 0000000..8d1c5be --- /dev/null +++ b/templates/public/developer_list.html @@ -0,0 +1,60 @@ +

+
+ {% for dev in dev_list %} + {{ dev.first_name }}{{ dev.last_name.0|capfirst}}   + {% endfor %} +


+ + + {% for dev in dev_list %} + + + + {% endfor %} +
+ + + + {% autoescape off %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Name:{{ dev.get_full_name }}
Alias:{{ dev.get_profile.alias }}
Email:{{ dev.get_profile.public_email }}
Other Contact:{{ dev.get_profile.other_contact }}
Roles:{{ dev.get_profile.roles }}
+
Website:{{ dev.get_profile.website }}
Occupation:{{ dev.get_profile.occupation }}
YOB:{% if dev.get_profile.yob %}{{ dev.get_profile.yob }}{% else %} {% endif %}
Location:{{ dev.get_profile.location }}
Languages:{{ dev.get_profile.languages }}
Interests:{{ dev.get_profile.interests }}
Favorite Distros:{{ dev.get_profile.favorite_distros }}
+ {% endautoescape %} +
-- cgit v1.2.3-24-g4f1b