{% extends "base.html" %} {% load i18n %}{% load bootstrap %} {% block content %}
{% trans "Deleting a updater configuration is not undoable. If you need it back, you'll have to add it again." %}
{% 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 %}