PaganOS {{ i.version }}
{% if i.date %}{{ i.date }}{% endif %}
{{ i.size_mb }} MB
{{ i.sha256_short }}…
{{ i.description }}
{% endif %} {% if i.changes %}{{ t('iso_changelog') }}
-
{% for ln in i.changes.split('\n') %}{% if ln.strip() %}
- {{ ln }} {% endif %}{% endfor %}