{% extends 'base.html' %} {% block content %}
{% if page_title %}

{{ page_title }}

{% endif %}
{% include 'backup/backup_nav_tabs.html' %}
{% for backup_profile in backup_profile_list %} {% endfor %}
Name Routers Daily Weekly Monthly
{{ backup_profile.name }} {{ backup_profile.router_set.count }} {% if backup_profile.daily_backup %} {% endif %} {% if backup_profile.weekly_backup %} {% endif %} {% if backup_profile.monthly_backup %} {% endif %} {% if backup_profile.profile_error_information %} {{ backup_profile.profile_error_information }} {% endif %}
{% endblock %}