{% extends "base.html" %} {% load i18n %}{% load bootstrap %} {% block content %}
{% trans "Service" %} | {% trans "Host" %} | {% trans "give IPv4" %} | {% trans "give IPv6" %} | {% trans "Comment" %} |
---|---|---|---|---|
{{ uc.service.name }} (TLS: {{ uc.service.secure|yesno }}) | {{ uc.hostname }} | {{ uc.give_ipv4|yesno }} | {{ uc.give_ipv6|yesno }} | {{ uc.comment }} |
{% trans "No other services to update yet." %} |
{% trans "Here you can add new configurations for 3rd party services you like to get updated." %}
{% trans "We will send an update to them each time you update your host with us." %}