{%- import "copyright/macros.html" as macro %}

Header

{%- for h in header %} {%- if h == 'Source' or h == 'Format' %}

{{ h }}: {{ header[h] }}

{%- else %}

{{ h }}: {{ header[h] }}

{%- endif %} {%- endfor %}

Licenses

{%- for license in licenses %}

License: {%- if license['link'] is not none %} {{ license['synopsis'] }} {%- else %}{{ license['synopsis'] }} {%- endif %}

{{ license['text'] }} 
{%- if license['comment'] is not none %}

Comment: {{ macro.match_d_license(license['comment']) }}

{%- endif %}
{%- endfor %}