{% extends "base.html" %} {% block title %}Amancay BTS interface - Package View{% endblock %} {% block main_content %} {% if bug_list %}
Date reported | Title | Tags | Status |
---|---|---|---|
{{ bug.date }} | {{ bug.subject }} | {{ bug.tags }} | {{ bug.pending }} |
{% 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 %}