{% extends "global/Page.html" %} {% load static %} {% block app_styles %} {% endblock %} {% block title %} Performance summary {% endblock %} {% block content %}
{% include Constants.summary_information_template %}
Please allocate the resources for the next round
by choosing the corresponding buttons
(Number of resources to distribute: {{ resources }})

Performance over time

*RA = Resources Allocated

*P = Successful Projects

{% include Constants.information_template %}
{% endblock %} {% block scripts %} {% endblock %}