{% extends "dashboard/base.html" %} {% block dashboard_header %}
Review and approve submitted tools
| Tool | Publisher | Category | Submitted | Actions |
|---|---|---|---|---|
|
{{ tool.owner }}/{{ tool.name }}
v{{ tool.version }}
|
{{ tool.publisher_name }}
|
{{ tool.category or 'Uncategorized' }} | {{ tool.published_at[:10] if tool.published_at else 'Unknown' }} |
All submitted tools have been reviewed.