{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block content %}
Routing Policy Rule
Routing Policy {{ object.routing_policy }}
Index {{ object.index }}
Action {% badge object.get_action_display bg_color=object.get_action_color %}
Description {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %}
Statements
Match
{% if format == 'json' %}{{ object.match_statements|json }}{% elif format == 'yaml' %}{{ object.match_statements|yaml }}{% else %}{{ object.match_statements }}{% endif %}
Set
{% if format == 'json' %}{{ object.set_statements|json }}{% elif format == 'yaml' %}{{ object.set_statements|yaml }}{% else %}{{ object.set_statements }}{% endif %}
{% endblock content %}