{% extends "django_meta_whatsapp/base.html" %} {% block title %}Templates{% endblock %} {% block page_title %}Templates{% endblock %} {% block topbar_actions %}
{% csrf_token %}
New Template {% endblock %} {% block content %}
{% for tmpl in templates %} {% empty %} {% endfor %}
Name Category Language Status Body Preview Actions
{{ tmpl.name }} {{ tmpl.get_category_display }} {{ tmpl.language }} {{ tmpl.get_status_display }} {{ tmpl.body_text|truncatechars:60 }}
{% csrf_token %}
No templates yet. Create one or sync from Meta.
{% if is_paginated %}

Page {{ page_obj.number }} of {{ page_obj.paginator.num_pages }}

{% if page_obj.has_previous %}← Prev{% endif %} {% if page_obj.has_next %}Next →{% endif %}
{% endif %}
{% endblock %}