{% extends "itsapp/base.html" %} {% block title %} Remove permission {% endblock %} {% block content %} {% if user.is_authenticated %}

Removed successfully.

{% else %} login {% endif %} {% endblock %}