{% extends "base.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin static %} {% block pagehead %} {% endblock %} {% block title %}BOFs{% endblock %} {% block content %} {% origin %} {% load ietf_filters %}
Groups in the BOF state.
{% if user|has_role:"Area Director,Secretariat" %} {% endif %} {% if not groups %}No BOFs found.
{% else %}| BOF | Name | Date |
|---|---|---|
| {{ g.acronym }} | {{ g.name }} | {{ g.time|date:"Y-m-d" }} |