{% if 'wireless_pulse_length' in dict_options['options_enabled'] %}
{{form.pulse_length.label(class_='control-label')}}
{{form.pulse_length(class_='form-control', value=each_device.pulse_length, **{'title': dict_translation['pulse_length']['phrase']})}}
{% endif %}