{% extends 'base/base.html' %} {% load static %} {% block title %} Teams {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}

Teams

A list of all the Teams, FOSS@Amrita.


{% for object in object_list %}
Card image cap

{{ object.name }}

{{ object.description }}

More info
{% endfor %} {% if request.user.is_authenticated %} {% endif %}
{% include 'base/footer.html' %} {% endblock %}