Skip to content

Commit

Permalink
fix logic for footnote-technological-measures and correctly order foo…
Browse files Browse the repository at this point in the history
…tnote-mediation-and-arbitration
  • Loading branch information
TimidRobot committed Dec 1, 2023
1 parent e3670db commit f0c58eb
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions templates/deed.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,29 +76,6 @@ <h2>{% trans "Canonical URL" %}</h2>
<h2 id="footnotes">{% blocktrans %}Footnotes{% endblocktrans %}</h2>
<ul>

{# footnote-mediation-and-arbitration #}
{% if tool.jurisdiction_code == "igo" %}
<li>
<article class="note" id="ref-mediation-and-arbitration">
<a href="#src-mediation-and-arbitration">
<span class="icon-replace fa-angle-up"></span><span>return to reference</span>
</a>
<strong>{% trans "mediation and arbitration" %}</strong> &mdash;
{% blocktrans trimmed %}
The applicable mediation rules will be designated in the copyright notice
published with the work, or if none then in the request for mediation. Unless
otherwise designated in a copyright notice attached to the work, the UNCITRAL
Arbitration Rules apply to any arbitration.
{% endblocktrans %}
<ul>
<li>
<a href="https://wiki.creativecommons.org/Intergovernmental_Organizations#What_should_I_know_before_I_use_a_work_licensed_under_the_IGO_3.0_ported_licenses.3F">{% blocktrans %}More info{% endblocktrans %}</a>
</li>
</ul>
</article>
</li>
{% endif %}

{# footnote-appropriate-credit #}
{% if tool.requires_attribution %}
<li>
Expand Down Expand Up @@ -211,7 +188,7 @@ <h2 id="footnotes">{% blocktrans %}Footnotes{% endblocktrans %}</h2>
{% endif %}

{# footnote-technological-measures #}
{% if "sampling" in tool.unit %}
{% if category == "licenses" %}
<li>
<article class="note" id="ref-technological-measures">
<a href="#src-technological-measures">
Expand All @@ -231,6 +208,29 @@ <h2 id="footnotes">{% blocktrans %}Footnotes{% endblocktrans %}</h2>
</li>
{% endif %}

{# footnote-mediation-and-arbitration #}
{% if tool.jurisdiction_code == "igo" %}
<li>
<article class="note" id="ref-mediation-and-arbitration">
<a href="#src-mediation-and-arbitration">
<span class="icon-replace fa-angle-up"></span><span>return to reference</span>
</a>
<strong>{% trans "mediation and arbitration" %}</strong> &mdash;
{% blocktrans trimmed %}
The applicable mediation rules will be designated in the copyright notice
published with the work, or if none then in the request for mediation. Unless
otherwise designated in a copyright notice attached to the work, the UNCITRAL
Arbitration Rules apply to any arbitration.
{% endblocktrans %}
<ul>
<li>
<a href="https://wiki.creativecommons.org/Intergovernmental_Organizations#What_should_I_know_before_I_use_a_work_licensed_under_the_IGO_3.0_ported_licenses.3F">{% blocktrans %}More info{% endblocktrans %}</a>
</li>
</ul>
</article>
</li>
{% endif %}

{# footnote-exception-or-limitation #}
{% if category == "licenses" %}
<li>
Expand Down

0 comments on commit f0c58eb

Please sign in to comment.