{% extends 'email_base.html' %} {% load i18n seahub_tags %} {% block email_con %} {% autoescape off %}

{% blocktrans with name=to_user|email2nickname %}Hi {{ name }},{% endblocktrans %}

{% blocktrans count num=notice_count %} You've got 1 new notice on {{ site_name }}. {% plural %} You've got {{num}} new notices on {{ site_name }}. {% endblocktrans %}

{% trans "Go check out at the following page:" %}
{{ url_base }}{% url 'user_notification_list' %}

{% endautoescape %} {% endblock %}