2022-03-29 13:30:31 -04:00
|
|
|
<form action="{path($path)}" method="{$method}">
|
2022-03-15 17:52:54 -04:00
|
|
|
{block fields}{/block}
|
2022-03-29 13:30:31 -04:00
|
|
|
{ifset $submit}
|
|
|
|
<div class="field">
|
|
|
|
<div class="control">
|
|
|
|
<button class="button is-success" type="submit">Submit</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{/ifset}
|
2022-03-15 17:52:54 -04:00
|
|
|
</form>
|