{% extends "layouts/app.html" %} {% block title %}{{ page_title }} - Facilities Management{% endblock %} {% block sidebar %} {% include 'components/sidebar.html' %} {% endblock %} {% block topbar %}
{% endblock %} {% block content %}| Name | Organisation | Phone | Address | Created | |
|---|---|---|---|---|---|
| {{ client.name }} | {{ client.organisation or '-' }} | {{ client.email or '-' }} | {{ client.phone or '-' }} | {{ client.address or '-' }} | {{ client.created_at[:10] }} |