{# Homepage panel displayed on the Nautobot main landing page #} {% load helpers %}
{{ summary.total_intents }} Total
{{ summary.deployed }} Deployed
{{ summary.failed }} Failed
{{ summary.verification_pct }}% Verified
{% if summary.pending %}
{{ summary.pending }} intent{{ summary.pending|pluralize }} awaiting approval
{% endif %} {% if recent_intents %} {% for intent in recent_intents %} {% endfor %}
Intent Type Status Updated
{{ intent.intent_id }} {{ intent.get_intent_type_display }} {{ intent.status }} {{ intent.last_updated|timesince }} ago
{% endif %}
Open Dashboard New Intent