Document |
Change shepherd |
Protocol write-up |
Protocol write-up last update |
{% for doc in no_shepherd %}
{% include "wgchairs/shepherd_document_row.html" %}
{% endfor %}
Document |
Status |
Protocol write-up |
Protocol write-up last update |
{% for doc in my_documents %}
{% include "wgchairs/shepherd_document_row.html" %}
{% endfor %}
{% regroup other_shepherds by shepherd as regrouped %}
{% for documents in regrouped %}
{{ documents.grouper }}
Document |
Status |
Protocol write-up |
Protocol write-up last update |
{% for doc in documents.list %}
{% include "wgchairs/shepherd_document_row.html" %}
{% endfor %}
{% endfor %}
{% endblock wg_content %}