{% extends "base.html" %} {% block title %}Amancay BTS interface{% endblock %} {% block main_content %}
Package | Title | Status |
---|---|---|
{{ bug.package }} | {{ bug.subject|slice:":50" }} {% if bug.subject|slice:":50"|length_is:50 %}...{% endif %} | {{ bug.status }} |
Package | Title | Status |
---|---|---|
{{ bug.package }} | {{ bug.subject|slice:":50" }} {% if bug.subject|slice:":50"|length_is:50 %}...{% endif %} | {{ bug.status }} |
There are no selected packages.
{% endif %}There are no selected bugs.
{% endif %}{% 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 %}