{{ object.issue_id }}
{{ object.title }}
{{ object.text }}
{{ object.comments }}

{% for comment in object.comments.all %}
   {{ comment.comment }}
{% endfor %}

{% for status in object.status_history.all %}
   {{ status.comment }}
{% endfor %}
