{% extends "admin/base.html" %} {% load static %} {% block title %}WhatsApp Templates - Semua Event{% endblock %} {% block content %}

WhatsApp Templates

Pilih event untuk mengelola template WhatsApp

{% if events_with_count %}
{% for item in events_with_count %}

{{ item.event.judul }}

{{ item.event.tanggal_mulai|date:"d M Y" }}

{{ item.template_count }} Template {% if item.event.status == 'published' %} Published {% elif item.event.status == 'ongoing' %} Ongoing {% endif %}
{% endfor %}
{% else %}

Belum Ada Template WhatsApp

Belum ada event yang memiliki template WhatsApp. Buat template di halaman detail event.

Lihat Daftar Event
{% endif %}
{% endblock %}