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