## mako
<%!
from django.core.urlresolvers import reverse
from django.utils.translation import ugettext as _
from wiki.core.permissions import can_change_permissions
%>
%endif
%endfor
<%doc>
${_("This should be enabled for all non-anonymous users once the notifications app has been integrated and styled.")}
%doc>
%if can_change_permissions(article,user):