{% extends "base.html" %} {% block introduction %} {% if msgs.lede %}
{{ msgs.lede | safe }}
{% else %}Your .abif has been processed. See results below
{% endif %} {% endblock introduction %} {% block content %} {% set all_results_generated = (result_types|length == 5) %} {% include 'abifbox-snippet.html' %}The {{msgs.results_name}} of {{abif_id}} are below, and can be edited in the field above.
{% elif msgs.results_lede %} {# msgs.results_lede is DEPRECATED as of 2024-06-19 #}{{ msgs.results_lede | safe }}
{% else %}Below are various abiftool output blocks for the ABIF above. {% endif %}
{{ dotsvg_html | safe }}
{% endif %} {% endif %} {############ wlt ############} {% set restype="wlt" %} {% set rellink=restype + "#" + restype %} {% if 'wlt' in result_types and pairwise_html %}Pairwise winner(s): {{copewinnerstring}}
{% include 'fptp-snippet.html' %}
{% endif %} {############ IRV ############} {% set restype="IRV" %} {% set rellink=restype + "#" + restype %} {% if 'IRV' in result_types and IRV_dict %}{% include 'irv-snippet.html' %}
{% endif %} {############ STAR ############} {% set restype="STAR" %} {% set rellink=restype + "#" + restype %} {% if 'STAR' in result_types and STAR_html %}{{ scorestardict['star_lede'] }}
{% endif %}{% include 'star-snippet.html' %}
{% if scorestardict['star_foot'] %}{{ scorestardict['star_foot'] }}
{% endif %} {% endif %}(homepage)
{% endblock content %}