{% extends '../base.html' %} {% load static %} {% block content %}

Companies

A list of companies where our students are placed 🙌
{% for com in companies %}

{{ com.company_name | safe }}

{{ com.desc | safe }}

{{ com.address | safe }}

{% endfor %}
{% endblock content %}