{% extends "horizon/common/_modal_form.html" %} {% load horizon i18n bootstrap %} {% block modal-body-right %}

{% trans "Description:" %}

{% trans "Allocate a floating IP from a given floating IP pool." %}

{% trans "Project Quotas" %}

{% trans "Floating IP" %}
{% blocktrans with used=usages.floating_ips.used quota=usages.floating_ips.quota|quotainf %}{{ used }} of {{ quota }} Used{% endblocktrans %}
{% widthratio usages.floating_ips.used usages.floating_ips.quota 100 as ip_percent %} {% widthratio 100 usages.floating_ips.quota 1 as single_step %} {% bs_progress_bar ip_percent single_step %}
{% endblock %}