metanorma-iso 2.0.6.1 → 2.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ {% if doctype == "Amendment" or doctype == "Technical Corrigendum" %}
2
+ {% else %}
3
+
4
+ <p class="zzContents" style='margin-top:0cm'><span lang="EN-GB">{{ labels["table_of_contents"] }}</span></p>
5
+
6
+ WORDTOC
7
+ {% endif %}
@@ -0,0 +1,51 @@
1
+ {% if tc_docnumber.size > 0 %}
2
+ {% for num in tc_docnumber %}
3
+ <p class="zzCover"><span lang="EN-GB">Reference number of working document: {{agency}}/{{tc}} {{ num }}</span><span lang="EN-GB"><o:p></o:p></span></p>
4
+ {% endfor %}
5
+ {% endif %}
6
+
7
+ {% if revdate %}
8
+ <p class="MsoNormal" align="right" style='text-align:right'><span lang="EN-GB">Date: <span style='mso-no-proof:yes'>{{ revdate }}</span></span></p>
9
+ {% endif %}
10
+
11
+ <p class="zzCover"><span lang="EN-GB">Reference number of project: {{ docnumber_lang }} {{ draftinfo }}</span></p>
12
+
13
+ <p class="zzCover"><span lang="EN-GB">Committee identification: {{agency}}/{{ editorialgroup | join: "/" }}</span></p>
14
+
15
+ {% if doctitleamdlabel %}
16
+ <p class="zzCover"><b>{{ doctitleamdlabel }}</b></p>
17
+ {% endif %}
18
+
19
+ {% if doctitlecorrlabel %}
20
+ <p class="zzCover"><b>{{ doctitlecorrlabel }}</b></p>
21
+ {% endif %}
22
+
23
+ {% if secretariat %}
24
+ <p class="zzCover"><span lang="EN-GB">Secretariat: <span>{{ secretariat }}</span></span></p>
25
+ {% endif %}
26
+
27
+ <p class="zzCover">
28
+ <span lang="EN-GB">{{ doctitleintro }}{% if doctitleintro and doctitlemain %} &mdash; {% endif %}{{ doctitlemain }}{% if doctitlemain and doctitlepart %} &mdash; {% endif %}{% if doctitlepart %}{% if doctitlepartlabel %}{{ doctitlepartlabel }}: {% endif %}{{ doctitlepart }}</span>{% endif %}
29
+ </p>
30
+ {% if doctitleamdlabel %}
31
+ <p class="zzCover">{{ doctitleamdlabel }}{% if doctitleamd %}: {{ doctitleamd }}{% endif %}</p>
32
+ {% endif %}
33
+ {% if doctitlecorrlabel %}
34
+ <p class="zzCover">{{ doctitlecorrlabel }}</p>
35
+ {% endif %}
36
+
37
+ <p class="zzCover">{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} &mdash; {% endif %}{{ docsubtitlemain }}{% if docsubtitlemain and docsubtitlepart %} &mdash; {% endif %}{% if docsubtitlepart %}{% if docsubtitlepartlabel %}{{ docsubtitlepartlabel }}: {% endif %}{{ docsubtitlepart }}{% endif %}
38
+ </p>
39
+ {% if docsubtitleamdlabel %}
40
+ <p class="zzCover">{{ docsubtitleamdlabel }}{% if docsubtitleamd %}: {{ docsubtitleamd }}{% endif %}</p>
41
+ {% endif %}
42
+ {% if docsubtitlecorrlabel %}
43
+ <p class="zzCover">{{ docsubtitlecorrlabel }}</p>
44
+ {% endif %}
45
+ {% endif %}
46
+
47
+ </div>
48
+
49
+ <!--</div>-->
50
+
51
+