{% if theme %}
{% endif %}
{% block styles %}
{% endblock %}
{% block title %}LibreQDA{% endblock %}
{% if outdated_version %}
{% set downloads_url = reverse_url('downloads') %}
{% trans latest_version=outdated_version, current_version=version, url=downloads_url %}A newer version of LibreQDA ({{ latest_version }}) is available. You are running {{ current_version }}. Download the latest installer.{% endtrans %}