{% extends "base.html" %} {% block title %}User{% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}
Quantify credits for {{ submission.full_name_with_link|safe }}

Please take a couple of minutes to credit the sources of this submission: what percentage of it is new? what percentage of it is coming from or inspired by other submissions?
The numbers should add up to 100.
The list contains all submissions by team {{ submission.team.name }} and submissions that team members have looked at.
The numbers will be used for computing the total contributivity of the submissions by propagating the current contributivity backwards.
Be honest and fair as much as possible.

{{ credit_form.hidden_tag() }} {% for name_credit in credit_form.name_credits %} {% endfor %}
submission credit
self credit
{{ name_credit[0] }}
{% endblock %} {% block scripts %} {% endblock %}