{% extends "base.html" %} {% load i18n %} {% load humanize %} {% load translations %} {% block breadcrumbs %}
{% trans "Backup will be generated in the background." %} {% blocktrans count count=keep_days %}Backups are removed after {{ keep_days }} day.{% plural %}Backups are removed after {{ keep_days }} days.{% endblocktrans %}