{% extends 'base/base.html' %} {% load static %} {% load humanize %} {% load custom_tags %} {% block title %} All Endpoints {% endblock title %} {% block custom_js_css_link %} {% endblock custom_js_css_link %} {% block main_content %}
{% include 'base/_items/endpoint_tab_content.html' with all_endpoints=True%}
{% endblock main_content %} {% block page_level_script %} {% endblock page_level_script %}