{% extends "dashboard/base.html" %} {% block dashboard_header %}
Manage registry publishers
| Publisher | Role | Tools | Downloads | Status | Actions |
|---|---|---|---|---|---|
|
{{ pub.display_name }}
@{{ pub.slug }}
|
{{ pub.role }} | {{ pub.tool_count }} | {{ pub.total_downloads|default(0)|int }} | {% if pub.banned %} Banned {% elif pub.verified %} Verified {% else %} Active {% endif %} | {% if user.role == 'admin' and pub.role != 'admin' %} {% if pub.banned %} {% else %} {% endif %} {% endif %} |