3 <form action="[% action %]" id="[% form_id %]" method="[% method %]" enctype="multipart/form-data">
14 =for layout container_list
24 [% ok_button_fragment %]
25 [% apply_button_fragment %]
26 [% cancel_button_fragment %]
28 =for layout message_layout
30 <span class="action_message">[% message_string %]</span>
32 =for layout error_message_layout
34 <span class="action_error_message">[% message_string %]</span>
36 =for layout standard_button
38 <span class="action_button">
39 <input type="submit" class="button" name="[% event_id %]" value="[% label %]" />
46 =for layout apply_button
50 =for layout cancel_button