{% extends 'generic/object.html' %} {% load humanize %} {% load helpers %} {% load plugins %} {% block content %}
Prefix List Entry
Prefix List {{ object.prefix_list|linkify }}
Sequence {{ object.sequence }}
Type {% badge object.get_type_display bg_color=object.get_type_color %}
Prefix {{ object.prefix|placeholder }}
GE {{ object.ge }}
LE {{ object.le }}
{% plugin_left_page object %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}