PHP 8.2.30
Preview: template.jinja2 Size: 1.06 KB
/opt/alt/python37/share/doc/alt-python-virtualenv/docs/changelog/template.jinja2

{% set top_underline = underlines[0] %}
{% if versiondata.name %}
v{{ versiondata.version }} ({{ versiondata.date }})
{{ top_underline * ((versiondata.version + versiondata.date)|length + 4)}}
{% else %}
{{ versiondata.version }} ({{ versiondata.date }})
{{ top_underline * ((versiondata.version + versiondata.date)|length + 3)}}
{% endif %}

{% for section, _ in sections.items() %}
{% set underline = underlines[1] %}
{% if sections[section] %}
{% for category, val in definitions.items() if category in sections[section]%}
{{ definitions[category]['name'] }} - {{ versiondata.version }}
{{ underline * ((definitions[category]['name']  + versiondata.version)|length + 3)}}
{% if definitions[category]['showcontent'] %}
{% for text, values in sections[section][category].items() %}
- {{ text }} ({{ values|join(', ') }})
{% endfor %}

{% else %}
- {{ sections[section][category]['']|join(', ') }}

{% endif %}
{% if sections[section][category]|length == 0 %}
No significant changes.

{% else %}
{% endif %}
{% endfor %}
{% else %}
No significant changes.


{% endif %}
{% endfor %}

Directory Contents

Dirs: 0 × Files: 4

Name Size Perms Modified Actions
127 B lrw-r--r-- 2022-01-02 15:54:28
Edit Download
129 B lrw-r--r-- 2022-01-02 15:54:28
Edit Download
592 B lrw-r--r-- 2022-01-02 15:54:28
Edit Download
1.06 KB lrw-r--r-- 2022-01-02 15:54:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).