{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load static django_bootstrap5 %} {% block title %}{{ clist.long_name }}{% endblock %} {% block pagehead %} {% endblock %} {% block content %} {% origin %}

{{ clist.long_name }}

{% bootstrap_messages %} {% if can_manage_list %} Manage list {% endif %} {% include "doc/search/search_results.html" with skip_no_matches_warning=True start_table=True end_table=True %} {% include "community/list_menu.html" %} {% endblock %} {% block js %} {% endblock %}