All Services ({{ services.count }})
Add Service
{% for service in services %}
{% endfor %}
{% else %}
{% endif %}
{{ service.name }}
${{ service.price }}
{{ service.get_category_display }}
{% if service.is_active %}Active{% else %}Inactive{% endif %}
{{ service.description|truncatewords:20 }}