{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load bootstrap3 %} {% block title %}{{ clist.long_name }}{% 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 %} {% include "community/list_menu.html" %} {% endblock %}