{% extends "base.html" %}
{% block title %}{% if is_edit %}Edit Client | PMS{% else %}Add Client | PMS{% endif %}{% endblock %}
{% block extra_css %}
{% endblock %}
{% block content %}
Capture client details with person-wise contacts.{% if is_edit %}Edit Client{% else %}Add Client{% endif %}