{% extends "base.html" %} {% load i18n %}{% load bootstrap %} {% block content %}

{{ object.hostname }} ({{ object.service.name }})

{% trans "Edit Updater Configuration" %}

{% csrf_token %} {{ form|bootstrap }}

{% trans "Delete Updater Configuration" %}

{% trans "Deleting a updater configuration is not undoable. If you need it back, you'll have to add it again." %}

{% trans "Help" %}

{% blocktrans with servicename=object.service.name %}Here you can edit the configuration of the "{{ servicename }}" updater.{% endblocktrans %}

{% blocktrans %}The values you need here are the same ones as you would usually enter in your router or update client.{% endblocktrans %}

{% blocktrans %}You get these values after registering with the "{{ object.service.name }}" service and (likely) configuring that service to accept updates.{% endblocktrans %}

{% endblock %}