euscan-ng/euscanwww/templates/euscan/index.html
Corentin Chary 25964491dd euscanwww: big commit
- fix commands
- import DataTables
- initial category view

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
2011-04-14 19:28:38 +02:00

16 lines
373 B
HTML

{% extends "_base.html" %}
{% block content %}
<h2>What's euscan ?</h2>
<p>blabla</p>
<h2>Statistics</h2>
<ul>
<li>Packages: {{ n_packages }}</li>
<li>Versions: {{ n_packaged }}</li>
<li>Versions not-packaged: {{ n_upstream }}</li>
<li>Herds: {{ n_herds }}</li>
<li>Maintainer: {{ n_maintainers }}</li>
<li>Last scan: {{ last_scan }}</li>
</ul>
{% endblock %}