{% extends "base.html" %} {% set read_doc_text = 'You will find more information about the backup plugin in the documentation.' %} {% block content %}
{{plugin.get('description')}}
{{ read_doc_text|safe }}
(Pre rendering error) {{ pre_render.get("data", { "error" : "No log to show" }).get("error", "No log to show") }}
{{ pre_render["data"].get("date", "No backup found") }}
{{ item }}
{{plugin.get('description')}}
{{ read_doc_text|safe }}