{% extends "master.html" %} {% from "_formhelpers.html" import render_field %} {% block title %}New Host ACL IP{% endblock %} {%block tag %}home{% endblock %} {% block content %} {%- if config['MASTER_RSYNC_ACL'] -%}
Add host ACL IP

These host DNS names and/or IP addresses will be allowed to rsync from the master rsync/ftp servers. List here all the machines that you use for pulling.

{{ render_field(form.ip) }}

{{ form.csrf_token }}

{%- endif -%}{# MASTER_RSYNC_ACL ##} {% endblock %}