Can I use the Auth application\'s permission checking inside a template in Django? (I want to display a simple form at the end of the template for privileged users)
If you need more granularity in checking perms (on a particular object for example), check out this extension: http://django-authority.readthedocs.org/en/latest/check_templates/