{% extends "base.html" %} {% block title %}Amancay BTS interface - Bug view{% endblock %} {% block main_content %} {% endblock %} {% block footer %}

{% if current_user.is_authenticated %} Currently logged in as {{ current_user }} - Log out. {% else %} You are browsing as an Anonymous User - Log in {% endif %}

{% endblock %}