{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block content %}
Routing Policy | {{ object.routing_policy }} |
---|---|
Index | {{ object.index }} |
Action | {% badge object.get_action_display bg_color=object.get_action_color %} |
Description | {{ object.description|placeholder }} |
{% if format == 'json' %}{{ object.match_statements|json }}{% elif format == 'yaml' %}{{ object.match_statements|yaml }}{% else %}{{ object.match_statements }}{% endif %}
{% if format == 'json' %}{{ object.set_statements|json }}{% elif format == 'yaml' %}{{ object.set_statements|yaml }}{% else %}{{ object.set_statements }}{% endif %}