File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {% extends "group/group_base.html" %}
2+ {# Copyright The IETF Trust 2016, All Rights Reserved #}
3+ {% load origin %}
4+
5+ {% block title %}Archives{% if group %} for {{group.acronym}}{% endif %}{% endblock %}
6+
7+ {% block group_content %}
8+ {% origin %}
9+
10+ {% if list_acronym %}
11+
12+ < div class ="row ">
13+ < span class ="col-xs-2 col-md-1 "> < strong > Mailarchive</ strong > </ span > < span class ="col-xs-8 col-md-8 "> < a href ="{{group.list_archive}} "> {{group.list_archive}}</ a > </ span >
14+ </ div >
15+
16+ < div class ="row ">
17+ < span class ="col-xs-2 col-md-1 "> < strong > Mhonarc</ strong > </ span > < span class ="col-xs-8 col-md-8 "> < a href ="https://www.ietf.org/mail-archive/web/{{list_acronym}}/current/maillist.html "> https://www.ietf.org/mail-archive/web/{{list_acronym}}/current/maillist.html</ a > </ span >
18+ </ div >
19+
20+ {% else %}
21+ < div class ="row ">
22+ < strong class ="col-xs-2 col-md-1 "> Archive</ strong > < span class ="col-xs-8 col-md-8 "> < a href ="{{group.list_archive}} "> {{group.list_archive}}</ a > </ span >
23+ </ div >
24+ {% endif %}
25+
26+ {% endblock %}
You can’t perform that action at this time.
0 commit comments