{{ extra_content_right }}
{% for button in submit_buttons %}
{{ button }}
{% empty %}
{% include "common/ui/button.html" with type="submit" size="lg" color="success" icon="check" label=phrases.base.save %}
{% endfor %}
{% for button in submit_buttons_extra %}
{{ button }}
{% endfor %}