{{ 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.actions|join:',' }} |
|
{% endfor %}