{% extends "base.html" %} {% block title %}Preview: {{ name }} โ€” rosbackup-ng{% endblock %} {% block page_title %}Preview ยท {{ name }}{% endblock %} {% block head_actions %} โ† Back Download {% endblock %} {% block content %}
{% if dest and dest != 'local' %}

From destination {{ dest }}

{% endif %} {% if truncated %} {% endif %}
{{ content }}
{% endblock %}