{% extends 'base/layout.html' %} {% load i18n %} {% block title %}{% trans "Repair / Rebuild Proxbox sync-state" %}{% endblock %} {% block content %}

{% trans "Repair / Rebuild Proxbox sync-state" %}

{% trans "Back to Proxbox home" %}

{% blocktrans trimmed %} This page is reached from the Proxbox footer and is intentionally absent from the navigation menu: it is an operator recovery action, not a routine one. Run it when Proxbox reports reconcile errors or missing custom-field definitions. {% endblocktrans %}

{% include "netbox_proxbox/partials/bootstrap_status_card.html" with proxbox_repair_page=True %}
{% endblock %} {% block footer_links %} {{ block.super }} {% include "netbox_proxbox/footer.html" %} {% endblock %}