<{% if is_initial %}a href="{{ widget.value.url }}"{% else %}label{% endif %} class="mdc-button{% if widget.button %}{% for modifier in widget.button %} mdc-button--{{ modifier }}{% endfor %}{% endif %}"{% if widget.attrs.id %} for="{{ widget.attrs.id }}"{% endif %}{% if widget.help_text %} title="{{ widget.help_text }}"{% endif %}>{% if widget.icon %}{{ widget.icon }} {% endif %}{% if is_initial %}{{ widget.value }}{% else %}{% if widget.label %}{{ widget.label }}{% endif %}{% endif %} {% if is_initial and not widget.required %}
{% endif %}