## mako <%! from django.core.urlresolvers import reverse %>
  • View
  • %if article.can_write(user):
  • Edit
  • %endif
  • Changes
  • %for plugin in article_tabs: %if hasattr(plugin, "article_tab"):
  • ${plugin.article_tab[0]}
  • %endif %endfor <%doc> The settings link has been disabled because the notifications app hasn't been integrated yet and those are the only useful settings. %if not user.is_anonymous():
  • Settings
  • %endif