{% extends 'base.html' %} {% load format_tags %} {% block title %}{% if is_new %}Add Team{% else %}Edit {{ team.name }}{% endif %} | FoxFitt{% endblock %} {% block content %}
{% if is_new %}Give the team a name; supervisor and workers are optional but recommended. {% else %}Update any section and Save.{% endif %}