{% extends "admin/layout.html" %} {% let active_page = "clients" %} {% block title %}{{ title }}{% endblock %} {% block content %}

{{ title }}

{{ client_color }}
{% if is_edit %}

{% if client_status == "active" %}
{% else %}
{% endif %} {% endif %}
{% endblock %}