{% extends "base.html" %} {% block title %}{{ _("Delete mirror %s") % mirror.hostname }}{% end block %} {% block body %}

{{ _("You are going to delete the mirror %s.") % mirror.hostname }}

{{ _("Delete %s") % mirror.hostname }} {{ _("Cancel") }}

{% end block %}