{%- block form_widget -%} {% if compound %} {{- block('form_widget_compound') -}} {% else %} {{- block('form_widget_simple') -}} {% endif %} {%- endblock form_widget -%} {%- block form_widget_simple -%} {%- set type = type|default('text') -%} {% if type == 'text' %} {%- set attr = attr|merge({for: id}) -%} {%- set attr = attr|merge({class: (attr.class|default('') ~ ' border-1 px-3 py-3 bg-white rounded text-sm shadow focus:outline-none focus:ring w-full ease-linear transition-all duration-150' )|trim}) -%} {% endif %} {%- endblock form_widget_simple -%} {%- block form_widget_compound -%}
| {{ form_label(form.years) }} | {% endif -%} {%- if with_months %}{{ form_label(form.months) }} | {% endif -%} {%- if with_weeks %}{{ form_label(form.weeks) }} | {% endif -%} {%- if with_days %}{{ form_label(form.days) }} | {% endif -%} {%- if with_hours %}{{ form_label(form.hours) }} | {% endif -%} {%- if with_minutes %}{{ form_label(form.minutes) }} | {% endif -%} {%- if with_seconds %}{{ form_label(form.seconds) }} | {% endif -%}
|---|---|---|---|---|---|---|
| {{ form_widget(form.years) }} | {% endif -%} {%- if with_months %}{{ form_widget(form.months) }} | {% endif -%} {%- if with_weeks %}{{ form_widget(form.weeks) }} | {% endif -%} {%- if with_days %}{{ form_widget(form.days) }} | {% endif -%} {%- if with_hours %}{{ form_widget(form.hours) }} | {% endif -%} {%- if with_minutes %}{{ form_widget(form.minutes) }} | {% endif -%} {%- if with_seconds %}{{ form_widget(form.seconds) }} | {% endif -%}