diff -r f79be1dd4a22 -r 30baf3c635c5 templates/list_stats.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/list_stats.html Sat May 29 19:35:49 2010 +0530 @@ -0,0 +1,42 @@ + + +
+ +{{form.as_p}} + +
+No.of candidates found: {{matches.count}}
+
+ + + + + + + + + + + + +{% for user in matches %} + + + + + + + + + + +{% endfor %} +
NameE MailGenderProfessionInstitution/CompanyKnowledge of other toolsPhone NumberAddress
{{user.first_name.title}} {{user.last_name.title}}{{user.email}}{{user.gender}}{{user.profession}}{{user.affiliated_to}}{{user.tools_used}}{{user.phone_num}}{{user.address|linebreaksbr}}
+ + +