{% extends "base.html" %} {% block title %}Templates — whatsloon admin{% endblock %} {% block content %}

Message templates

{% if waba_id %} {% if items %} {% for t in items %} {% endfor %}
NameStatusLanguage
{{ t.name }}{{ t.status }}{{ t.language }}
{% else %}
No templates found for this WABA.
{% endif %}

Create template

{% endif %} {% endblock %}