{% if 'times_check' in dict_inputs[each_input.device]['options_disabled'] or 'times_check' in dict_inputs[each_input.device]['options_enabled'] %}
{{form_mod_input.times_check.label(class_='control-label')}}
{%- if 'times_check' in dict_inputs[each_input.device]['options_disabled'] -%} {{form_mod_input.times_check(class_='form-control', value=each_input.times_check, disabled=True, **{'title': dict_translation['times_check']['phrase']})}} {% else %} {{form_mod_input.times_check(class_='form-control', value=each_input.times_check, **{'title': dict_translation['times_check']['phrase']})}} {%- endif -%}
{% endif %}