{% extends "base.html" %} {% load template_filters %} {% block title %}Amancay BTS interface - Package View{% endblock %} {% block main_content %} {% if bug_list %}
Summary | Status | Modified | |
---|---|---|---|
{{ bug.id }} | {{ bug.subject|escape }}
Severity: {{ bug.severity }} Submitted by: {{ bug.originator }} {% if bug.keywords %} Tags: {{ bug.keywords }} {% endif%} |
{{ bug.pending }} | {{ bug.log_modified|tstodate }} |
{% 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 %}