2015-03-31 20:15:22 +02:00
|
|
|
{% extends "layout.html" -%}
|
|
|
|
{% set active_page = "stats" -%}
|
|
|
|
{% block container %}
|
2016-09-10 16:52:46 +02:00
|
|
|
<h2>Stats bruh</h2>
|
|
|
|
<div class="jumbotron">
|
|
|
|
<h5>
|
|
|
|
In
|
|
|
|
<strong>{{ data.order_amount }}</strong> orders,
|
|
|
|
<strong>{{ data.user_amount }}</strong> users have ordered
|
|
|
|
<strong>{{ data.orderitem_amount }}</strong> items in
|
|
|
|
<strong>{{ data.location_amount }}</strong> locations.
|
|
|
|
</h5>
|
|
|
|
</div>
|
2015-03-31 20:15:22 +02:00
|
|
|
{% endblock %}
|