{% extends "layout.html" %} {% block title %}Home{% endblock %} {% block page_content %}

You are {% if not current_user.is_authenticated %}not {% endif %}logged in.

{{ order_by_form.csrf_token }}

{{ order_by_form.order.label }} {{ order_by_form.order(class = "field_order_by") }} {{ order_by_form.submit(class = "orange_button") }}

{{ type_form.csrf_token }}

{{ type_form.type.label }} {{ type_form.type(class = "field_order_by") }} {{ type_form.submit1(class = "orange_button") }}

ad:

diments disks logo

for all your CD and vinal needs

sponsors:







Shopping

{% for item in product_table %}
product image

{{ item.product_name }}

price: £{{ '{:,.2f}'.format(item.product_price) }}

product type: {{ item.product_type }}

{% if current_user.is_authenticated %}
{% endif %} {% if not current_user.is_authenticated %}

you must be logged in to add to cart

{% endif %}
{% endfor %}
{% endblock %}