{% extends 'base.html' %} {% block header %}

{% block title %}Change the items{% endblock %}

{% endblock %} {% block content %}
Add the item





Delete the item

{% endblock %}