As we discussed the dashboard features in the IRC Meeting, We will separate restores into a single panel. Change-Id: Iee7f926e7be37bade0b6cf0f1a00c8b55510401e
11 lines
155 B
HTML
11 lines
155 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block title %}
|
|
{% trans "Restores" %}
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
{{ table.render }}
|
|
{% endblock %}
|