{% extends "layouts/app.html" %} {% block title %}{{ page_title }} - Facilities Management{% endblock %} {% block sidebar %} {% include 'components/sidebar.html' %} {% endblock %} {% block topbar %}
{% endblock %} {% block content %}| Service Name | Description | Unit Price | Unit Type | Status | Created |
|---|---|---|---|---|---|
| {{ service.name }} | {{ service.description or '-' }} | £{{ service.unit_price or '0.00' }} | {{ service.unit_type }} | {% if service.active %} Active {% else %} Inactive {% endif %} | {{ service.created_at[:10] }} |