{% extends "base.html" %} {% block body %}

{{ _("Danger!") }}

{{ _("This is a very dangerous action!") }}
{{ _("Don't do it, if you are not absolutely sure what you are doing.") }}

{{ _("This commit will be reset. Which means all packages associated with it will be deleted, and the commit will be parsed again.") }} {{ _("This action may cause severe problems and may only be allowed when something went horribly wrong.") }}

{{ _("Reset commit") }}
{% if commit.packages %}

{{ _("These packages will be deleted") }}

{% for pkg in commit.packages %} {% end %}
{{ pkg.friendly_name }} {{ pkg.summary }}
{% end %} {% end block %}