<% extends 'layout.html' %> <% block after_css %> <%= stylesheet('mailpoet-form-editor.css') %> <% endblock %> <% block container %>
<% endblock %> <% block translations %> <%= localize({ 'heading': __('Select form template'), 'createBlankTemplate': _x('Skip, start with a blank form', 'a button for skipping form template selection'), 'fixedBarCategory': _x('Fixed bar', 'This is a text on a widget that leads to settings for form placement - form type is fixed bar'), 'slideInCategory': _x('Slideā€“in', 'This is a text on a widget that leads to settings for form placement - form type is slide in'), 'popupCategory': _x('Pop-up', 'This is a text on a widget that leads to settings for form placement - form type is pop-up, it will be displayed on page in a small modal window'), 'belowPagesCategory': _x('Below pages', 'This is a text on a widget that leads to settings for form placement'), 'othersCategory': _x('Others (widget)', 'Placement of the form using theme widget'), 'select': _x('Select', 'Verb'), 'selectTemplate': _x('Select a template', 'Form template selection heading'), 'createFormError': __('Sorry, there was an error, please try again later.'), }) %> <% endblock %> <% block after_javascript %> <%= javascript('form_editor.js')%> <% endblock %>