{% comment %} Required parameters: filter_categories - filter description structure (see agenda view for example) Optional parameters: always_show - if False or absent, menu closes when not in use and "Customize" button is shown customize_button_text - text to show on the "Customize" button (defaults to "Customize...") {% endcomment %} {% load agenda_filter_tags %}
{% if not always_show %} {% endif %}

You can customize the agenda view to show only selected sessions, by clicking on groups and areas in the table below. To be able to return to the customized view later, bookmark the resulting URL.

{% if filter_categories|length %}

Groups displayed in italics are BOFs.

{% with spacer_scale=5 %} {% with width_scale=filter_categories|agenda_width_scale:spacer_scale %} {% for fc in filter_categories %} {% if not forloop.first %} {% endif %} {% for area in fc %} {% endfor %} {% endfor %} {% for fc in filter_categories %} {% if not forloop.first %} {% endif %} {% for p in fc %} {% endfor %} {% endfor %}
{% if area.keyword %} {% endif %}
{% for button in p.children %}
{% endfor %}
{% endwith %} {% endwith %} {% else %}
No WG / RG data available -- no WG / RG sessions have been scheduled yet.
{% endif %}