{# bs5ok #} {% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% load ietf_filters %} {% load static %} {% block pagehead %} {% endblock %} {% block title %}Liaison Statements - {{ selected_menu_entry|capfirst }}{% endblock %} {% block content %} {% origin %}

Liaison Statements

{% if with_search %}
{% include "liaisons/search_form.html" %}
{% endif %} {% if menu_actions %}
{% for name, url in menu_actions %}{{ name }}{% endfor %}
{% endif %} {% block group_content %} {% if search_conducted and not liaisons %}
No statements match your query.
{% else %} {% include "liaisons/liaison_table.html" %} {% endif %} {% endblock %}

Total Statements: {{ liaisons|length }}

{% endblock %} {% block js %} {% endblock %}