{% extends "profiles/base.html" %} {% load i18n profile_tags %} {% block title %} {{ profile }} | {% trans "Users" %} | {{ settings.TITLE }} {% endblock %} {% block body_id %}dashboard{% endblock %} {% block breadcrumbs %}
{% trans "Project" %} | {% trans "Suggestions Pending" %} | {% trans "Accepted" %} | {% trans "Rejected" %} | {% trans "Submissions" %} | {% trans "Overwritten" %} |
---|---|---|---|---|---|
{{ tp.project }} | {% for stat_item in stats %} {% if stat_item.count != 0 %}{{ stat_item.count }} | {% else %}{% endif %} {% endfor %} |