{% extends 'base.html' %} {% load staticfiles %} {% block title %}issue - {{ item_name }} {% endblock %} {% block body_block %} {% if user.is_authenticated %} {% if item_name %}

here is your issue {{ item_name }}

{% endif %} {% endif %} {% endblock %}