{% extends "base.html" %}
{% block title %}Virtual Stock Market - Dashboard{% endblock %}
{% block dashboardNav %}class="selectMenu"{% endblock %}
{% block content %}
The following are your portfolios from each of your leagues:
League Name: | Current Portfolio Value: | End Date: |
---|---|---|
{{ item.name }} | ${{ item.value|floatformat:2 }} | {{ item.enddate|date:"m/d/Y" }} |