{% extends 'base/base.html' %} {% load static humanize %} {% block title %}My Equipment Listings | {{ block.super }}{% endblock %} {% block content %}
Total Listings
Approved
Pending Review
| Equipment | Status | Daily Rate | Listed On | Actions |
|---|---|---|---|---|
{{ item.name }}{% if item.equipment_model %}{{ item.equipment_model.make.name }} {{ item.equipment_model.name }}{% endif %} |
{% if item.listing_status == 'approved' %} {% if item.is_available %} Available {% else %} Unavailable {% endif %} {% elif item.listing_status == 'pending' %} Pending Review {% elif item.listing_status == 'rejected' %} Rejected {% endif %} | ${{ item.daily_rate|floatformat:2 }} | {{ item.created_at|date:"M d, Y" }} |