{% extends 'forms/base_widget.html' %}
{% set current_value, current_unit = field._value() %}
{% block html %}
{# The order of these two fields matters! If you change it, update
`process_formdata` and `_value` in TimeDeltaField accordingly! #}
{% if field.choices|length > 1 %}
{% endif %}