{{ date.news.summary|markdown }}
{% extends "core/base.jinja" %} {% from "com/macros.jinja" import news_moderation_alert %} {% block title %} {% trans %}News{% endtrans %} {% endblock %} {% block additional_css %} {# Atom feed discovery, not really css but also goes there #} {% endblock %} {% block additional_js %} {% endblock %} {% block content %}
{% trans %}You need to subscribe to access this content{% endtrans %}
{%- else -%} {# There is another reason why user cannot view birthdays (maybe he is banned) but we cannot know exactly what is this reason #}{% trans %}You cannot access this content{% endtrans %}
{%- endif -%}