{% 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 timelimit_enabled %} {% trans "rl3 temporary access control is enabled." %} {% else %} {% trans "rl3 temporary access control is disabled." %} {% endif %} {% trans "Go to the rl3 setting page." %}

{#
#}
{##} {##} {% for entry in entrys %} {##} {##} {% endfor %}
{% trans "paths to remotelink3 temporary access" %} {% trans "datetime add remotelink3 temporary access entry" %} {% trans "username add remotelink3 temporary access entry" %}{% trans "pincode" %}{% trans "path" %}{% trans "expiry date" %} {% trans "max num of client by pincode" %} {% trans "max num of access by pincode" %} {% trans "operation" %}
{{ entry.cb.tag }} {{ entry.paths.0 }}{% if entry.paths|length > 1 %}
...{% endif %}
{{ entry.registertime }} {{ entry.username }}{{ entry.pincode }}
    {% for path in entry.paths %}
  • {{ path }}
  • {% endfor %}
{{ entry.expire }} {{ entry.client_max_num|default:_("client max num is unlimited") }} {{ entry.access_max_num|default:_("access max num is unlimited") }} {% trans "detail temporary access control entry" %}

{% trans "Are you sure you want to delete?" %}

{% endblock function %}