{% extends 'jinja_master/master.html' %} {% do g.register_app_css('css/hilite.css') %} {% do g.register_app_css('css/tracker.css') %} {% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / Basic Statistics{% endblock %} {% block header %}Basic Statistics{% endblock %} {% block content %}

# tickets: {{total}}

# open tickets: {{open}}

# closed tickets: {{closed}}

# new tickets in the last...

# of comments on tickets: {{comments}}

# of new comments on tickets in last...

{% endblock %}