[#assign feedsList = this.planetFeeds!] [#if message?exists]
${message}

[/#if]

${this.messages.get("rssaggregator.title")}

${this.messages.get("rssaggregator.manual_refresh")}

${this.messages.get("rssaggregator.automatic_update")}

[#if feedsList?has_content]

${this.messages.get("rssaggregator.planet.title")}

${this.messages.get("rssaggregator.planet.data_update")}

${this.messages.get("rssaggregator.planet.automatic_update")} (${this.planetJobStatus})

${this.messages.get("rssaggregator.planet.statistics_update")}

${this.messages.get("rssaggregator.planet.statistics.automatic_update")} (${this.statisticsJobStatus})

${this.messages.get("rssaggregator.planet.feed.replace_url")}

[/#if]