We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3a405 commit d0da08bCopy full SHA for d0da08b
templates/license_ref.template
@@ -48,9 +48,11 @@ This document lists the open source and third-party components of a {{ variables
48
<pre>{{about_object.copyright.value}}</pre>
49
{% endif %}
50
{% if about_object.notice_file.value %}
51
- <pre>{{ about_object.notice_file.value }}</pre>
52
- {% elif about_object.notice_file.value %}
53
- <pre class="component-notice">{{ about_object.notice_text.value }}</pre>
+ {% for notice in about_object.notice_file.value %}
+ <pre class="component-notice">
+ {{ about_object.notice_file.value[notice] }}
54
+ </pre>
55
+ {% endfor %}
56
57
58
{% if loop.last %}
0 commit comments