<%= h(t.taginfo.sources) %>

<%= t.pages.sources.intro %>

<%= h(t.pages.sources.list.title) %>

<%= h(t.pages.sources.updates.title) %>

<%= h(t.pages.sources.list.intro) %>

<% Source.visible.each_with_index do |source, n| c = (n%2!=0) ? ' even' : '' %>

<%= h(t.sources[source.id].name) %>

<%= t.pages.sources.description[source.id] %> <% end %>

<%= h(t.pages.sources.updates.intro) %>

<% Source.visible.each_with_index do |source, n| c = (n%2!=0) ? ' even' : '' %> <% end %>
<%= h(t.taginfo.source) %> <%= h(t.pages.sources.data_until) %>* <%= h(t.pages.sources.last_update_run) %>
  <%= h(t.sources[source.id].name) %> <%= h(source.data_until) %> UTC <%= h(source.update_start.to_s + ' ' + t.pages.sources.to + ' ' + source.update_end.to_s) %> UTC

* <%= h(t.pages.sources.data_until_explanation) %>