{% extends "saasy/base.html" %} {% load crispy_forms_tags %} {% block title %}Team Edit{% endblock %} {% block content %}
{% include "./includes/settings_menu.html" with active="team" %}

Team: {% if object %}{{ object.name }}{%else%}Add{%endif%}


{% csrf_token %} {{ form|crispy }} Cancel
{% endblock %}