{% extends "base.html" %} {% block title %}Cart ({{ total_items }}) - Makenot.work{% endblock %} {% block body_attrs %} class="padded-page"{% endblock %} {% block content %} {% include "partials/site_header.html" %}
{{ group.item_count }} item{% if group.item_count != 1 %}s{% endif %}
| Item | Type | Price | |
|---|---|---|---|
| {{ item.title }} | {{ item.item_type }} |
{% if item.pwyw_enabled %}
$
{% else if item.is_free() %}Free
{% else %}{{ item.effective_price_display() }}
{% endif %}
|
This creator hasn't set up payments yet. You can keep these items in your cart for later, or remove them.
Add wishlisted items to your cart to buy them together.
| Item | Creator | Price | |
|---|---|---|---|
| {{ item.title }} | {{ item.creator }} | {{ item.price_display() }} |