{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block content %}
Sync Log Entry
RIR Config {{ object.rir_config|linkify }}
Operation {{ object.operation }}
Object Type {{ object.object_type }}
Object Handle {{ object.object_handle }}
Status {{ object.status }}
Message {{ object.message|placeholder }}
Created {{ object.created }}
{% plugin_left_page object %}
{% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock content %}