{% extends "mobile/base.html" %} {% load i18n %} {% comment %} "All news" -- what Home's own news card links to. Every published, member-visible (internal or both) news item, newest first, full-width like Calendar's own agenda rows (see NewsListView's docstring for why this isn't filtered to just this account's teams the way Home's own teaser is). The "News" title lives in header_extra, merged into the shared navy app-header the same way Calendar's/Me's own titles are. {% endcomment %} {% block header_extra %}
{% trans "No news yet." %}