{% extends "pbp_store/admin_base.html" %} {% load url from future %} {% block body %}

{% if edit_mode %}Edit{% else %}Add{% endif %} {{item_type}}

{% csrf_token %} {% include "pbp_store/store_admin/add_edit_form.inc" %} Cancel
{% endblock %}