{% extends "django_meta_whatsapp/base.html" %} {% block title %}Labels{% endblock %} {% block page_title %}Labels{% endblock %} {% block header_actions %} Add Label {% endblock %} {% block content %}
| Name | Color | Actions |
|---|---|---|
| {% if "#" in label.color %} {{ label.name }} {% else %} {{ label.name }} {% endif %} |
{% if "#" in label.color %}
{{ label.color }}
{% else %}
{{ label.color|default:'emerald' }}
{% endif %}
|
Edit Delete |
|
No labels found. Create your first label to organize contacts and conversations. |
||