{% extends 'base.html' %} {% load static from staticfiles %} {% block title %} | {% if object %} Squad {{ object }} {% else %} New Squad {% endif %} {% endblock title %} {% block content %}
{{ docstring }}{% endif %} {# only show add host button if the squad is saved #} {% if object %}
{% endif %}