{% if label is string or label.__class__.__name__ == 'LazyString' %}
{% elif field.name == 'alias' %}
{% elif field.__class__.__name__ in ['TableField', 'TableMultiField'] %}
{% else %}
{{ field.label(class_="uc-first")|safe }}
{% endif %}
{{ field.description|tooltip|safe }}