{% extends "actions_base.html" %} {% block title %}Predictions{% endblock %} {% block action_header %}Predict the Greek Parliament{% endblock %} {% block action_hint %}Top {{ predictions|length }} Predictions of{% endblock %} {% block content %}

{{ p_string }}

{% for prediction in predictions %} {% endfor %}
# Predicted Party
{{ loop.index }} {{ prediction.title() }}
{% endblock %}