{% if each_device.device == 'EDGE' %}
{{form.switch_edge.label(class_='control-label')}}
{{form.switch_bouncetime.label(class_='control-label')}}
{{form.switch_bouncetime(class_='form-control', value=each_device.switch_bouncetime, **{'title': dict_translation['switch_bouncetime']['phrase']})}}
{{form.switch_reset_period.label(class_='control-label')}}
{{form.switch_reset_period(class_='form-control', value=each_device.switch_reset_period, **{'title': dict_translation['switch_reset_period']['phrase']})}}
{% endif %}