{% extends "base.html" %} {% block title %} Add a season - {{show.name}} - Episodes.Community {% endblock %} {% block content %} {% include "partials/show_banner.html" %} {{show.name}} New Season Add a Season {% if error %} {{error}} {% endif %} {% include "form.html" %} Add {% endblock %}