%p.normal
  %label{ :for => "notifyio_notifier_email" } Email
  %input.text#notifyio_notifier_email{ :name => "notifiers[Notifyio][email]", :value => config['email'], :type => 'text' }
  %span.hint you can do multiple emails by splitting them with a comma (',')
 
%p.normal
  %label{ :for => "notifyio_notifier_api_key" } API key
  %input.text#notifyio_notifier_api_key{ :name => "notifiers[Notifyio][api_key]", :value => config['api_key'], :type => 'text' }

%p.normal
  %label{ :for => "notifyio_notifier_announce_success" } Notify on success?
  %input#notifyio_notifier_announce_success{ :name => "notifiers[Notifyio][announce_success]", :type => "checkbox", :checked => config['announce_success'], :value => "1" }