{% 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 trimmed with servicename=object.service.name %} Here you can edit the configuration of the "{{ servicename }}" updater. {% endblocktrans %}
{% blocktrans trimmed %} The values you need here are the same ones as you would usually enter in your router or update client. {% endblocktrans %}
{% blocktrans trimmed %} You get these values after registering with the "{{ object.service.name }}" service and (likely) configuring that service to accept updates. {% endblocktrans %}