{% extends 'layouts/' ~ field.layout ~ '.twig' %}

{% block control %}

    <button id="{{ prefix }}-field-{{ field.id }}"
            class="button {% if field.primary %} button-primary {% endif %}">
        {{ field.caption }}
    </button>

{% endblock %}
