{% extends "dashboard/base.html" %} {% set active_page = 'tools' %} {% block title %}My Tools - SmartTools Dashboard{% endblock %} {% block dashboard_header %}
Manage your published tools
| Tool | Version | Downloads | Status | Actions |
|---|---|---|---|---|
|
{{ tool.name }}
{{ tool.description or 'No description' }} |
v{{ tool.version }}
{{ tool.published_at|timeago }} |
{{ tool.downloads|format_number }} | {% if tool.deprecated %} Deprecated {% else %} Active {% endif %} |
{{ pr.owner }}/{{ pr.name }} v{{ pr.version }}
Submitted {{ pr.created_at|timeago }}
You haven't published any tools. Create your first tool and share it with the community.
Learn How to Publish