{% load navigation_tags %}
{% dojo_sort request 'Name' 'title' %} | {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}{% dojo_sort request 'Date' 'date' %} | {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}{% dojo_sort request 'Severity' 'numerical_severity' 'asc' %} | Status | {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}{% dojo_sort request 'Product' 'test__engagement__product__name' %} |
---|---|---|---|---|
{{ finding.title }} {% include "dojo/snippets/tags.html" with tags=finding.tags.all %} | {{ finding.date }} | {{ finding.severity }} | {{ finding.status }} | {{ finding.test.engagement.product }} |