File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 {% else %}
6868 < table border ="0 " cellspacing ="0 " cellpadding ="0 " width ="800 ">
6969 {% for session in item.sessions|dictsort:"area" %}
70- < tr > < td width ="200 "> {{ session.room_id.room_name }}</ td > < td width ="50 "> {{ session.area|upper }}</ td > < td width ="100 "> {% if session.isWG %}< a href ="http://www.ietf.org/html.charters/{{ session.acronym|lower }}-charter.html "> {{ session.acronym|lower }}</ a > {% else %}{{ session.acronym|lower }}{% endif %}</ td > < td > {% if session.agenda_file %}< a href ="http://www3.ietf.org/proceedings/{{ session.agenda_file }} "> {{ session.acronym_name }} {{ session.group_type_str }}</ a > {% else %}{{ session.acronym_name }}{% endif %}{% if session.special_agenda_note %} < b > - {{ session.special_agenda_note }}</ b > {% endif %}</ td > </ tr >
70+ < tr > < td width ="200 "> {{ session.room_id.room_name }}</ td > < td width ="50 "> {{ session.area|upper }}</ td > < td width ="100 "> {% if session.isWG %}< a href ="http://www.ietf.org/html.charters/{{ session.acronym|lower }}-charter.html "> {{ session.acronym|lower }}</ a > {% else %}{{ session.acronym|lower }}{% endif %}</ td > < td > {% if session.agenda_file %}< a href ="http://www3.ietf.org/proceedings/{{ session.agenda_file }} "> {{ session.acronym_name }} {{ session.group_type_str }}</ a > {% else %}{{ session.acronym_name }} {{ session.group_type_str }} {% endif %}{% if session.special_agenda_note %} < b > - {{ session.special_agenda_note }}</ b > {% endif %}</ td > </ tr >
7171 {% endfor %}
7272 </ table >
7373 {% endifequal %}
You can’t perform that action at this time.
0 commit comments