{% extends "base.html" %} {% block title %} Add Confirmation for Director {{ to }} {% endblock %} {% block content %}

Success!

The following movies are now directed by {{ to }}

    {% for item in added %}
  1. {{ item }}
  2. {% endfor %}
{% endblock %}