{% extends 'base.html' %} {% load static %} {% block content %}

Add Products

{% csrf_token %} {{ form.as_p }}
{% if messages %} {% endif %}
{% endblock %}