{% extends "mini_buildd/includes/api/base.html" %} {% block results %}
| Instance | Status | Diff from Setup (subject for update) | Diff from Model (informational) | Updated | Created | Menu |
|---|---|---|---|---|---|---|
| {{ info.identity_str }} | {{ info.status }} | {% with msg=info.diff.setup.diff|yesno:'Setup differs,Setup matches' data=info.diff.setup %}
{{ msg }}{{ data.diff|mbd_jsonpp }}
|
{% endwith %}
{% with msg=info.diff.model.diff|yesno:'Model differs,Model matches' data=info.diff.model %}
{{ msg }}{{ data.diff|mbd_jsonpp }}
|
{% endwith %}
{{ info.updated }} | {{ info.created }} | |