{% extends 'base.html' %} {% load static from staticfiles %} {% load currency_filters %} {% block title %}{{ product.name }}{% endblock %} {% block content %}
{{ product.category.name_path }}

{{ product.name }}: {{ product.description }}

Add some customization stuff here.
{% csrf_token %} {{ option.name }} {% endfor %}
{% endblock %}