{% extends 'shop_base.html' %} {% load bootstrap3 %} {% load commonmark %} {% load shop_tags %} {% block title %} {{ product.name }} | {{ block.super }} {% endblock %} {% block shop_content %}
{% if product.is_old %} This product is not available anymore. {% elif product.is_upcoming %} This product is available from {{ product.available_in.lower|date:"Y-m-d H:i T" }} {% endif %}
{% endif %} {% else %} Signup or login to order this product {% endif %}