metanorma/metanorma-iso

View on GitHub
lib/isodoc/iso/html/word_iso_titlepage-dis.html

Summary

Maintainability
Test Coverage
{% if tc_docnumber.size > 0 %}
{% for num in tc_docnumber %}
<p class="zzCover"><span lang="EN-GB">Reference number of working document: {{ num }}</span><span lang="EN-GB"><o:p></o:p></span></p>
{% endfor %}
{% endif %}

{% if revdate %}
{% assign doc_date = revdate %}
{% elsif publisheddate %}
{% assign doc_date = publisheddate %}
{% elsif issueddate %}
{% assign doc_date = issueddate %}
{% elsif createddate %}
{% assign doc_date = createddate %}
{% endif %}

{% if doc_date %}
<p class="zzCover" align="right" style='text-align:right;font-weight:normal;'><span lang="EN-GB">Date: <span style='mso-no-proof:yes'>{{ doc_date }}</span></span></p>
{% endif %}
{% if correcteddate and correcteddate != ""  and correcteddate != "XXX" %}
<p class="zzCover">{{ labels["corrected_version"] }}: {{ correcteddate }}</p>
{% endif %}

<p class="zzCover" style='font-weight:normal;'><span lang="EN-GB">Reference number of project: {{ docnumber_undated }}{% if draftinfo %} {{ draftinfo }}{% endif %}</span></p>

<p class="zzCover" style='font-weight:normal;'><span lang="EN-GB">Committee identification: {{ approvalgroup }}</span></p>

<!--
{% if doctitleamdlabel %}
<p class="zzCover"><b>{{ doctitleamdlabel }}</b></p>
{% endif %}

{% if doctitleaddlabel %}
<p class="zzCover"><b>{{ doctitleaddlabel }}</b></p>
{% endif %}

{% if doctitlecorrlabel %}
<p class="zzCover"><b>{{ doctitlecorrlabel }}</b></p>
{% endif %}
-->

{% if secretariat %}
<p class="zzCover" style='font-weight:normal;'><span lang="EN-GB">{{ labels["secretariat"] }}: <span>{{ secretariat }}</span></span></p>
{% endif %}

<p class="zzCover">
<span lang="EN-GB"><b>{{ doctitleintro }}{% if doctitleintro and doctitlemain %} &#x2014; {% endif %}{{ doctitlemain }}{% if doctitlemain and doctitlepart %} &#x2014; {% endif %}{% if doctitlepart %}{% if doctitlepartlabel %}{{ doctitlepartlabel }}: {% endif %}{{ doctitlepart }}{% endif %}</b></span></p>

{% if doctitleamdlabel %}
<p class="zzCover"><b>{{ doctitleamdlabel }}{% if doctitleamd %}: {{ doctitleamd }}{% endif %}</b></p>
{% endif %}
{% if doctitleaddlabel %}
<p class="zzCover"><b>{{ doctitleaddlabel }}{% if doctitleadd %}: {{ doctitleadd }}{% endif %}</b></p>
{% endif %}
{% if doctitlecorrlabel %}
<p class="zzCover"><b>{{ doctitlecorrlabel }}</b></p>
{% endif %}

<p class="zzCover" style='font-weight:normal;'><i>{{ docsubtitleintro }}{% if docsubtitleintro and docsubtitlemain %} &#x2014; {% endif %}{{ docsubtitlemain }}{% if docsubtitlemain and docsubtitlepart %} &#x2014; {% endif %}{% if docsubtitlepart %}{% if docsubtitlepartlabel %}{{ docsubtitlepartlabel }}: {% endif %}{{ docsubtitlepart }}{% endif %}</i></p>
{% if docsubtitleamdlabel %}
<p class="zzCover" style='font-weight:normal;'><i>{{ docsubtitleamdlabel }}{% if docsubtitleamd %}: {{ docsubtitleamd }}{% endif %}</i></p>
{% endif %}
{% if docsubtitleaddlabel %}
<p class="zzCover" style='font-weight:normal;'><i>{{ docsubtitleaddlabel }}{% if docsubtitleadd %}: {{ docsubtitleadd }}{% endif %}</i></p>
{% endif %}
{% if docsubtitlecorrlabel %}
<p class="zzCover" style='font-weight:normal;'><i>{{ docsubtitlecorrlabel }}</i></p>
{% endif %}

<div class="coverpage-warning" id="coverpage-note-destination"/>

{%if fast_track == "true" %}
<div><p class="zzCover">{{ labels["fast-track-procedure"] }}</p></div>
{% endif %}

</div>

<!--</div>-->