{% extends "user_dashboard_base.html" %} {% load static %} {% block title %}Wishlist{% endblock %} {% block content %}
Stock: {% if cover.stock > 0 and cover.stock > item.product.moq %} In stock {% else %} Out of stock {% endif %}