{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Retention Engine - Gvelo Enterprise Platform{% endblock %} {% block body_class %}operational-page ops-page{% endblock %} {% block head_extra %} {% endblock %} {% block content %} Retention Engine Operational reminders, AI summaries, weekly reports, low-stock alerts, branch insights, and cashier summaries. Generate Campaigns {% for item in snapshot.campaigns %} {{ item.title or item.campaign_type }} {{ item.message or (item.count ~ ' events') }} {{ item.status or '' }} {% else %} No retention campaigns yet. {% endfor %} {% endblock %}
{{ item.message or (item.count ~ ' events') }}