forked from adamlaska/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgroup_info.txt
More file actions
42 lines (40 loc) · 1.4 KB
/
group_info.txt
File metadata and controls
42 lines (40 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{{ group.name }} ({{ group.acronym }})
-----------------------------------------------------------------------
Current status: {{ group.state.name }} {{ group.type.name }}
{% if chairs %}
Chairs:
{% for r in chairs %} {{ r.person.plain_name }} <{{r.email.address}}>
{% endfor %}{% else %}
Chairs:
TBD
{% endif %}{% if secr %}
Secretaries:
{% for r in secr %} {{ r.person.plain_name }} <{{r.email.address}}>
{% endfor %}{% endif %}{% if charter.group.type_id != "rg" %}
Assigned Area Director{{ads|length|pluralize}}:{% if ads %}
{% for r in ads %} {{ r.person.plain_name }} <{{r.email.address}}>
{% endfor %}{% else %}
TBD
{% endif %}{% if parent_ads %}
{{group.parent.name}} Directors:
{% for r in parent_ads %} {{ r.person.plain_name }} <{{r.email.address }}>
{% endfor %}{% endif %}{% endif %}{% if techadv %}
Technical advisors:
{% for r in techadv %} {{ r.person.plain_name }} <{{r.email.address}}>
{% endfor %}{% endif %} {% if group.list_email %}
Mailing list:
Address: {{ group.list_email }}
To subscribe: {{ group.list_subscribe }}
Archive: {{ group.list_archive }}
{% else %}
Mailing list:
TBD
{% endif %}{% if group_url %}
Group page: {{ group_url }}
{% endif %}
Charter: {{ charter_url }}
{{ charter_text }}
Milestones:
{% for milestone in milestones %}
{% if milestone.resolved %}{{ milestone.resolved }} {% else %}{{ milestone.due|date:"M Y" }}{% endif %} - {{ milestone.desc|safe }}
{% endfor %}