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

Team details

{{ object.name }}

{{ object.description }}

Added by : {{ object.created_by.first_name }} {{ object.created_by.last_name }}

{% if edit_permission %} {% endif %}
{% include 'base/footer.html' %} {% endblock %}