{% 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 %}
{{ netbox_to_diode_user_error }}
{{ ingestion_logs_error.status_code }}: {{ ingestion_logs_error.details }}