{% extends "base.html" %} {% load static %} {% block title %}Garment Details{% endblock %} {% block content %}
Type: {{ garment.get_garment_type_display }}
Status: {% if garment.trash %} Trashed {% elif garment.status == 'active' %} Active {% else %} Inactive {% endif %}
Description: {{ garment.description|safe }}
Service/Price: