{% spaceless %}
{% load util %}
CREATE {{ instance.ixf_id_pretty_str }}
- speed: {{ instance.speed|pretty_speed }}
- operational: {{ instance.operational }}
- is_rs_peer: {{ instance.is_rs_peer }}
- status: {{ instance.status }}
{% if instance.actionable_error %}
A validation error was raised when the IX-F importer attempted to process this change.

```
{{ instance.error|safe|striptags }}
```
{% endif %}
{% endspaceless %}
