{% extends "base.html" %} {% block title %}Virtual Stock Market - Dashboard{% endblock %} {% block dashboardNav %}class="selectMenu"{% endblock %} {% block content %}

League Ranking

The following is Ranking for League Players in the {{ leaguename }}:


{% if ranking %} {% for item in newlist %} {% endfor %}
User Name:  League Name:  Net Worth:  Percent Gain: 
{{ item.username }} {{ item.leaguename }} ${{ item.currentvalue|floatformat:2 }} {{ item.percentgain|floatformat:2 }} %
{% else %} You have no ranking {% endif %}
{% endblock %}