{% macro render_package_stats_js() %} {% endmacro %} {% macro render_package_selector(user, package=None) %} {% if package %} {{ package.title }} {% else %} {{ _("%(display_name)s's packages", display_name=user.display_name) }} {% endif %} {{ _("%(display_name)s's packages", display_name=user.display_name) }} {% for package in user.packages.filter_by(state='APPROVED').all() %} {{ package.title }} {% endfor %} {% endmacro %} {% macro render_package_stats(source, downloads) %} {{ _("JavaScript is required to display charts and statistics") }}
{{ _("JavaScript is required to display charts and statistics") }}
{{ _("This is a stacked area graph. For total downloads, look at the combined height.") }}
{{ _("Check out the ContentDB Grafana dashboard for CDB-wide stats") }}
{{ _("ContentDB Grafana") }}