<%= efeed.hidden_field(:id) %>
<%= labelled_form_field( _('Feed address'), efeed.text_field(:address) ) %>
<%= labelled_radio_button( _('Fetch posts only once'), 'article[external_feed_builder][only_once]', 'true', only_once) %>
<%= labelled_radio_button( _('Fetch posts periodically'), 'article[external_feed_builder][only_once]', 'false', !only_once) %>
<%= _('Feeds are updated in batches periodically. Please note that your posts will not be fetched immediately.') %>