recent runs

{{ runs|length }} shown
{% if runs %}
{% for r in runs %} {% endfor %}
When Target Provider Status Words Duration
{{ r.created_at.strftime("%m-%d %H:%M") }} {{ r.target }} {{ r.provider }}/{{ r.model }} {% if r.status == 'completed' %} {{ r.status }} {% elif r.status == 'failed' %} {{ r.status }} {% else %} {{ r.status }} {% endif %} {{ r.total_words }} {% if r.duration_s is not none %}{{ "%.1f"|format(r.duration_s) }}s{% else %}—{% endif %}
{% else %}

No runs yet.

Forge your first wordlist above, or from the CLI with wordforge generate <target>.

{% endif %}