{% block head %} {% endblock %}
VWsFriend
{% if current_app.connector.withDB and g.dbsettings is not none %}
Visualization
{% endif %}
Status
{% if current_app.homekitDriver %}
Homekit
{% endif %} {% if current_app.connector.withDB and current_app.config['SQLALCHEMY_DATABASE_URI'].startswith('postgresql://') %}
Backup
{% endif %}
{% block header %}{% endblock %}
{% for message in get_flashed_messages() %}
{{ message }}
{% endfor %} {% block content %}{% endblock %}
{% block footer %} VWsFriend
{{ g.versions['VWsFriend']}}
{% endblock %}