{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block content %}
| Prefix List | {{ object.prefix_list }} | |
|---|---|---|
| Index | {{ object.index }} | |
| Action | {% badge object.get_action_display bg_color=object.get_action_color %} | |
| Prefix | {% if object.network.get_absolute_url %}{{ object.network }} | {% else %}{{ object.network|placeholder }} | {% endif %}
| Greater than or equal to | {{ object.ge|placeholder }} | |
| Less than or equal to | {{ object.le|placeholder }} |