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

{% if action == "new" %} {{ _("The new host %s has been successfully created.") % builder.name }} {% elif action == "update" %} {{ _("The passphrase for %s has been regenerated.") % builder.name }} {% end %} {{ _("For authorization to the Pakfire Master Server there is a passphrase required which must be configured to the host.") }}

{{ _("This passphrase is:") }} {{ passphrase }}

{{ _("Next") }}

{% end block %}