{% extends "apps/base.html" %} {% load staticfiles %} {% block sidebar %} {% include "sidebar.html" with active="apps" %} {% endblock %} {% block app-content %}
{% for team in app.teams %}

{{ team }}

{% endfor %}
Add Team