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