diff --git a/candidate.html b/candidate.html new file mode 100644 index 0000000..dcd7e12 --- /dev/null +++ b/candidate.html @@ -0,0 +1,35 @@ + +{% load myfilter %} + + + + + + + Candidate + + +
+

Candidate Detail

+
+
+

Resume

+

Applicantion No: {{candidate.id}}

+ +

Name: {{candidate.name}}

+

Date of Birth: {{candidate.dob}}

+

Gender: {{candidate.gender}}

+

Address: {{candidate.locality}}, {{candidate.city}}, {{candidate.state}} - {{candidate.pin}}

+

Mobile No: {{candidate.mobile}}

+

Email ID: {{candidate.email}}

+

Preferred Job Cities: {{candidate.job_city|remove_special:"[]'"}}

+

Attachment: Download File

+ +
+
+
+ + + diff --git a/project/candidate.html b/project/candidate.html new file mode 100644 index 0000000..dcd7e12 --- /dev/null +++ b/project/candidate.html @@ -0,0 +1,35 @@ + +{% load myfilter %} + + + + + + + Candidate + + +
+

Candidate Detail

+
+
+

Resume

+

Applicantion No: {{candidate.id}}

+ +

Name: {{candidate.name}}

+

Date of Birth: {{candidate.dob}}

+

Gender: {{candidate.gender}}

+

Address: {{candidate.locality}}, {{candidate.city}}, {{candidate.state}} - {{candidate.pin}}

+

Mobile No: {{candidate.mobile}}

+

Email ID: {{candidate.email}}

+

Preferred Job Cities: {{candidate.job_city|remove_special:"[]'"}}

+

Attachment: Download File

+ +
+
+
+ + +