{% INCLUDE 'overall_header.html' %} {% INCLUDECSS 'assets/css/bootstrap.min.css' %}
« {{ lang('BACK') }}

{{ lang('CHANGELOG') }}

{% for history in loops.history %}

{{ history.CHANGES_SINCE }}

    {% for changelog in history.changelog %}
  • {{ changelog.CHANGE }}
  • {% endfor %}
{% endfor %}
{{ lang('BACK_TO_TOP') }}
{% INCLUDE 'overall_footer.html' %}