{% 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 %}

Birds-of-a-feather (BOF) groups

Groups in the BOF state.

{% if user|has_role:"Area Director,Secretariat" %}

Create new BOF

{% endif %} {% if not groups %}

No BOFs found.

{% else %} {% for g in groups %} {% endfor %}
BOF Name Date
{{ g.acronym }} {{ g.name }} {{ g.time|date:"Y-m-d" }}
{% endif %} {% endblock %} {% block js %} {% endblock %}