]> git.ipfire.org Git - ipfire.org.git/blame - templates/admin-downloads-base.html
Move everything to the root of the repository.
[ipfire.org.git] / templates / admin-downloads-base.html
CommitLineData
60024cc8
MT
1{% extends "admin-base.html" %}
2
3{% block sidebar %}
4 <p>
5 <a href="/">{{ _("Back to home") }}</a>
6 </p>
7
8 <h4>{{ _("Options") }}</h4>
9
10 <ul class="list">
11 <li><a href="/downloads/mirrors">{{ _("Mirror stats") }}</a></li>
12 </ul>
13{% end block %}