{% extends "base.html.twig" %} {% block title %}About{% endblock %} {% block body %}
About

Version: {{ productVersion}}

{{ aboutInfo|raw}}

Links and Contacts

Product pages: {{ productWeb }}

{% if(isSupportLinkAvailable) %}

Your Support Link

{% endif %}

General contact: {{ productEmail }}

EULA: License Agreement for the {{ productName }} software

Release Notes:
{% for item in changeLog %} {% endfor %}
# Version Release Date Description Note
{{ item['id'] }} {{ item['version'] }} {{ item['releaseDate']|date("d.m.Y") }} {{ item['description'] | raw }} {% if(item['beta']) %}Beta{% elseif(item['major'])%}Major{% endif %}
{% endblock body %}