{{ (x.original_name or x.display_name).split('.')[-1][:4]|upper }}
{% endif %}
{{x.display_name}}
{% if x.windows_supported %}Windows{% if x.windows_version %}: {{x.windows_version}}{% endif %}{% endif %}
{% if x.mac_supported %}macOS{% if x.mac_version %}: {{x.mac_version}}{% endif %}{% endif %}
{% if x.linux_supported %}Linux{% if x.linux_version %}: {{x.linux_version}}{% endif %}{% endif %}
{% if x.category_names %}{% endif %}
{% if x.keywords %}{% endif %}
{% if x.notes %}{{x.notes}}
{% endif %}