File tree Expand file tree Collapse file tree
peter/ietf/templates/idrfc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040{% else %}
4141{% regroup docs by view_sort_group as grouped_docs %}
4242< table class ="ietf-table ietf-doctable ">
43- < tr > < th class ="doc "> Document</ th > < th class ="title "> Title</ th > < th class ="date "> Date</ th > < th class ="status " colspan ="2 "> Status</ th > < th class ="ad "> Area Director</ th > </ tr >
43+ < tr > < th class ="doc "> Document</ th > < th class ="title "> Title</ th > < th class ="date "> Date</ th > < th class ="status " colspan ="2 "> Status</ th > < th class ="ipr " > ipr </ th > < th class =" ad "> Area Director</ th > </ tr >
4444{% for doc_group in grouped_docs %}
45- < tr class ="header "> < td colspan ="6 "> {{doc_group.grouper}}s</ td > </ tr >
45+ < tr class ="header "> < td colspan ="7 "> {{doc_group.grouper}}s</ td > </ tr >
4646
4747{% for doc in doc_group.list %}
4848{% include "idrfc/search_result_row.html" %}
You can’t perform that action at this time.
0 commit comments