{% extends FUNC_BASE_HTML %} {% load i18n %} {% block css %} {{ block.super }} {% endblock css %} {% block js %} {{ block.super }} {% endblock js %} {% block ajaxform_modified %}{{ block.super }}{% endblock ajaxform_modified %} {% block to_ajaxform %}{% endblock to_ajaxform %} {%comment%}{% block form_enctype %}enctype="multipart/form-data"{% endblock form_enctype %}{%endcomment%} {% block function %}
{% if clientlimit_enabled %} {% trans "rl3 client access control is enabled." %} {% else %} {% trans "rl3 client access control is disabled." %} {% endif %} {% trans "Go to the rl3 setting page." %}
{% trans "Remote Link 3 client id" %}/{% trans "remotelink3: client access control: client auth pincode" %} | {% trans "Remote Link 3 client registration status" %} | {% trans "Remote Link 3 client register time" %} | {% trans "Remote Link 3 client owner" %} | {% trans "Remote Link 3 client label" %} | {% trans "operation" %} | |
---|---|---|---|---|---|---|
{{ entry.cb.tag }} | {% if entry.clientid %}{{ entry.clientid }}{% else %}{{ entry.pincode }}{% endif %} | {% if entry.registered %}{% trans "Remote Link3 client registered" %}{% else %}{% trans "Remote Link 3 client not registered" %}{% endif %} | {{ entry.registertime|default:"" }} | {{ entry.username|default:"" }} | {{ entry.label }} | {% trans "modify client access control entry" %} |