{% load template_filters %} {% 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 %}
Summary Status Modified
{{ bug.id }} {{ bug.subject|escape }} {{ bug.pending }} {{ bug.log_modified|tstodate }}
{% 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 %}