STATISTICS
Total Companies visited till date: {{cnt }}
{% for c in placement %}
Name: {{c.cname }}
Total Students Recruited: {{ c.total}}
{% for p in countt %}
{% if p.cname == c.cname %}
CTC Offered: {{ p.ctc }} Lakhs
{% endif %}
{% endfor %}
{% endfor %}