## 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 %if not user.is_anonymous():
  • Settings
  • %endif