{# Contributor Hero template for Coeus Sphinx Theme. #} {%- if html_coeus_contributor_hero_location and html_coeus_contributor_hero_contributors and html_coeus_contributor_hero_timestamp %}

{{ html_coeus_contributor_hero_timestamp }}

{% if html_coeus_contributor_hero_contributors|length == 1 %} Published by {{ html_coeus_contributor_hero_contributors[0].name }} {% elif html_coeus_contributor_hero_contributors|length == 2 %} Published by {{ html_coeus_contributor_hero_contributors[0].name }} and {{ html_coeus_contributor_hero_contributors[1].name }} {% else %} Published by {{ html_coeus_contributor_hero_contributors[0].name }}, {{ html_coeus_contributor_hero_contributors[1].name }} and {{ html_coeus_contributor_hero_contributors|length - html_coeus_contributor_hero_contributors_limit }} other {% if html_coeus_contributor_hero_contributors|length - html_coeus_contributor_hero_contributors_limit == 1 %} contributor {% else %} contributors {% endif %} {% endif %}
{%- endif %}