@@ -5,14 +5,12 @@
|
||||
{{ notification.title }}
|
||||
</h2>
|
||||
|
||||
|
||||
|
||||
<p>
|
||||
{% if notification.package %}
|
||||
{{ _("From %(username)s and on package %(package)s.",
|
||||
username=notification.causer.display_name, package=notification.package.title) }}
|
||||
username=notification.causer.username, package=notification.package.title) }}
|
||||
{% else %}
|
||||
{{ _("From %(username)s.", username=notification.causer.display_name) }}
|
||||
{{ _("From %(username)s.", username=notification.causer.username) }}
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
{% for notification in group %}
|
||||
<li>
|
||||
<a href="{{ notification.url | abs_url }}">{{ notification.title }}</a> -
|
||||
{{ _("from %(username)s.", username=notification.causer.display_name) }}
|
||||
{{ _("from %(username)s.", username=notification.causer.username) }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user