{% extends 'generic/_base.html' %} {% load buttons %} {% load helpers %} {% load render_table from django_tables2 %} {% load i18n %} {% block title %}{% trans "Ingestion Logs" %}{% endblock %} {% block content %} {% if netbox_to_diode_user_error %} {% elif ingestion_logs_error %} {% else %}
Queued
Changes
Failed
No Changes
Total
{% render_table ingestion_logs_table 'diode/ingestion_logs_table.html' %} {% if ingestion_logs_table.data %} {% include 'diode/ingestion_logs_paginator.html' with next_page_token=next_page_token total_count=total_count %} {% endif %}
{% endif %} {% endblock content %}