{% load i18n %} {% load comments %} {% load extra_filters %}
{% trans "Text" %}:{{ test_case.text|markdown2html }}
|
{% trans "Attachment" %}:
{% trans "Component" %}:
{% trans "Tag" %}:
{% trans "bug" %}:
|
|
{% trans "Notes" %}:{{ test_case.notes|urlize|linebreaksbr }}
|
||
{% trans "Comments" %}:{% for comment in case_comments %}
{% if review_mode and comment.user.pk == user.pk %}
{% endif %}
|
||