diff --git a/ietf/templates/doc/search/search_result_row.html b/ietf/templates/doc/search/search_result_row.html index 62874e3cb..b8835e119 100644 --- a/ietf/templates/doc/search/search_result_row.html +++ b/ietf/templates/doc/search/search_result_row.html @@ -29,10 +29,6 @@ {% if doc.has_errata %} Errata {% endif %} - - {% if doc.pages %} -
{{doc.pages}} page{{ doc.pages|pluralize }} - {% endif %}

{% if user|has_role:"Secretariat" and doc.reschedule_form %} @@ -56,6 +52,10 @@ {% if doc.get_state_slug == "active" and doc.expirable and doc.expires|timesince_days|expires_soon:request %} Expires soon {% endif %} + + {% if doc.pages %} +
{{doc.pages}} page{{ doc.pages|pluralize }} + {% endif %} {% include "doc/search/status_columns.html" %} @@ -73,7 +73,7 @@ {% if doc.ad %}

{{ doc.ad|default:"" }}

{% endif %} - {% if doc.shepherd %}{{doc.shepherd|default:""}}{% endif %} + {% if doc.shepherd %}{{doc.shepherd|emailwrap|default:""}}{% endif %} {% else %}