{% load i18n plmapp_tags highlight %} {% with result|is_readable:request.user as is_readable %}
  • {% if is_contributor %} {% if navigate_bool and is_readable %} {% if result|is_plmobject or result|is_documentfile %}
    {% endif %} {% endif %} {% if link_creation or navigate_bool and is_readable %}
    {% csrf_token %} {{result.rendered_add|safe}} {% if link_creation and result.object|can_add:attach %} {% if order %}{% endif %} {% endif %}
    {% endif %} {% endif %}
    {% if result|is_plmobject or result.state %}
    {% endif %} {% with is_readable|yesno:",a" as removed_tag %} {{result.rendered|fix_rendered_result|hide_emails|safe|removetags:removed_tag}} {% endwith %}
    {{ result.highlighted.text|hide_emails|safe }}
  • {% endwith %}