{% load i18n %} {% load netbox_dhcp %}
| {% trans "Allocator" %} | {% badge object.get_allocator_display bg_color=object.get_allocator_color %} |
|---|---|
| {% trans "Adaptive Lease Time Threshold" %} | {{ object.adaptive_lease_time_threshold|placeholder }} |
| {% trans "Prefix Delegation Allocator" %} | {% badge object.get_pd_allocator_display bg_color=object.get_pd_allocator_color %} |
| {% trans "Calculate T times" %} | {% null_checkmark object.calculate_tee_times %} |
| {% trans "T1 Percent" %} | {{ object.t1_percent|placeholder }} |
| {% trans "T2 Percent" %} | {{ object.t2_percent|placeholder }} |
| {% trans "Renew Timer" %} | {{ object.renew_timer|placeholder }} |
| {% trans "Rebind Timer" %} | {{ object.rebind_timer|placeholder }} |
| {% trans "Match Client ID" %} | {% null_checkmark object.match_client_id %} |
| {% trans "Store Extended Info" %} | {% null_checkmark object.store_extended_info %} |
| {% trans "Authoritative" %} | {% null_checkmark object.authoritative %} |
| {% trans "Global reservations" %} | {% null_checkmark object.reservations_global %} |
| {% trans "Out-of-pool reservations" %} | {% null_checkmark object.reservations_out_of_pool %} |
| {% trans "In-subnet reservations" %} | {% null_checkmark object.reservations_in_subnet %} |
| {% trans "Cache Threshold" %} | {{ object.cache_threshold|placeholder }} |
| {% trans "Maximum Cache Age" %} | {{ object.cache_max_age|placeholder }} |