<%- typeof I18n !== 'undefined' ? I18n.t('rss.loading') : 'Loading feed...' %>
<%- error %>
<%- typeof I18n !== 'undefined' ? I18n.t('rss.network_error') : 'Please check the URL and try again.' %>
<%- truncate(item.description, content_length) %>
<% } %><%- typeof I18n !== 'undefined' ? I18n.t('rss.no_items') : 'No items found in this feed.' %>