{% extends "base.html" %} {% block scripts %} {% endblock %} {% block scrsiptsready %} {% endblock %} {% block style %} {% endblock %} {% block content %}
{{ bugentity.user }} | {% if bugentity.private %}{% endif %}{% if bugentity.private_for_my_group %}{% endif %} | {{ bugentity.created }} |
{% if bugentity.new_assignment or bugentity.new_status %}
{% endif %}
{% if bugentity.text %}
{% if bugentity.safe %}
{{ bugentity.text|safe|linebreaks }}
{% else %}
{{ bugentity.text|linebreaks }}
{% endif %}
{% endif %}
{% if bugentity.new_assignment or bugentity.new_status %}
{% endif %}
{% for document in bugentity.document_set.all %}
{{ document.name }}
{% endfor %}
|