{# 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 %} {{ html_coeus_contributor_hero_prefix }} {{ html_coeus_contributor_hero_contributors[0].name|safe }} {% elif html_coeus_contributor_hero_contributors|length == 2 %} {{ html_coeus_contributor_hero_prefix }} {{ html_coeus_contributor_hero_contributors[0].name|safe }} and {{ html_coeus_contributor_hero_contributors[1].name|safe }} {% else %} {{ html_coeus_contributor_hero_prefix }} {{ html_coeus_contributor_hero_contributors[0].name|safe }}, {{ html_coeus_contributor_hero_contributors[1].name|safe }} 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 %}