{% extends "horizon/common/_modal_form.html" %} {% load i18n %} {% block ng_controller %}ManageFloatingIPController as ctrl{% endblock %} {% block form_action %} {% url 'horizon:identity:users:manage_floating_ip' user.id %} {% endblock %} {% block modal-body %} {% trans "Select IP address to attach to user." %} {% include "tionix/_transfer_table.html" %}