{% extends 'sections/administrators/layout.html' %} {% set menu = 'main' %} {% block content %}

Version Information

{% set version_1 = '' ~ variable_version ~ '' %} {% set version_2 = ' ' %}

{% trans %}Your current version is {{ version_1 }}.{% endtrans %} {% trans %}The latest version is {{ version_2 }}.{% endtrans %}

{% trans %}Your {{ variable_name }} is up-to-date.{% endtrans %}

{% set a_1 = '' %} {% set a_2 = '' %} {% trans %}Your {{ variable_name }} is not up-to-date. {{ a_1 }}Click here{{ a_2 }} to update to the latest version.{% endtrans %}

{% trans %}The version information could not be loaded. Please try again.{% endtrans %}


{% trans %}News{% endtrans %}

{% trans %}The news could not be loaded. Please try again.{% endtrans %}

{% endblock %}