{% extends "base.html"%} {% load static %} {% block content %} {{ block.super }}

Add Tracked Files to a Product

{% csrf_token %} {% include "dojo/form_fields.html" with form=tform %}
{% endblock %} {% block postscript %} {{ block.super }} {% endblock %}