Form Buttons

Component preview opent in nieuw tabblad

There are no notes for this item.


  
{% if buttons %}
  <div class="dso-form-buttons">
    {% if asideButtons %}
      <div class="dso-aside">
        {% for button in asideButtons %}
          {% render '@button', button %}
        {% endfor %}
      </div>
    {% endif %}

    {% for button in buttons %}
      {% render '@button', button %}
    {% endfor %}
  </div>
{% endif %}
/* No context defined for this component. */