{% extends "base.html" %} {% load helpers %} {% block title %}Intents — Grouped by Domain{% endblock title %} {% block content %}
| Intent ID | Type | Tenant | Status | Approved | Deployed |
|---|---|---|---|---|---|
| {{ intent.intent_id }} | {{ intent.get_intent_type_display }} | {% if intent.tenant %} {{ intent.tenant }} {% else %} — {% endif %} | {% if intent.is_approved %} {% else %} {% endif %} | {% if intent.deployed_at %} {{ intent.deployed_at|date:"d M Y H:i" }} {% else %} — {% endif %} |