{% load i18n %}
{% trans 'Status' %}: {% if object.status %} {% trans 'Open' %} {% else %} {% trans 'Closed' %} {% endif %}
{{ object.created_at }}
{% trans 'Reporter' %}: {{ object.reporter.username }}
{% trans 'Assignee' %}: {% if object.assignee %} {{ object.assignee.username }} {% else %} - {% endif %}
{% trans 'Product' %}: {{ object.product }}
{% trans 'Version' %}: {{ object.version }}
{% trans 'Build' %}: {{ object.build }}