{% extends FUNC_BASE_HTML %} {% load i18n %} {% load remotelink3 %} {% 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 %} {% trans "remotelink3: connection pincode" as pincode_transed %}
{% trans "remotelink3: connection pincode" %}

{{ form.email.label }}

{{ form.email }}

{% trans "Go to the mail setting page." %}

{% trans "Changing the connection pincode invalidates the previous connection pincode and can not access." %}
{% trans "And, disable all pincode." %}
{% trans "Are you sure you want to change the connection pincode?" %}

{% endblock function %}