now view credits page shows all the credits.. including the pending and rejected ones.
{% extends 'base.html' %}
{% block content %}
Select a user to assign this task.<br />
<form action="" method="POST">
{{form.as_table}}
<input type="submit" value="Assign Task">
</form>
{% endblock %}