{% macro tag_label(tag) -%} {% if tag == "oa" %} OA {% elif tag == "scielo" %} SciELO {% elif tag == "road" %} ROAD {% elif tag == "doaj" %} DOAJ {% else %} {{ _(tag) }} {% endif %} {% endmacro %} {% macro fulltext_search_result_row(paper) -%}
[{{ paper.biblio.withdrawn_status }}]
{% endif %}
{% if paper.biblio.release_stage == "accepted" %}
[{{ paper.biblio.release_stage }}]
{% elif paper.biblio.release_stage and paper.biblio.release_stage != "published" %}
[{{ paper.biblio.release_stage }}]
{% elif not paper.biblio.release_stage %}
[{{ _("unpublished?") }}]
{% endif %}
{# ### ABSTRACT / QUERY HIGHLIGHT #}
{% if paper._highlights %}