{% extends "base.html" %} {% set section = "modules" %} {% block title %}Modules — Pipekit{% endblock %} {% block content %}
| name | strategy | dest | groups | last run | status | rows | |
|---|---|---|---|---|---|---|---|
| {{ m.name }} | {{ m.merge_strategy }} | {{ m.dest_table }} | {% for g in m.groups %} {{ g.group_name }} {% endfor %} | {{ m.last_run_at | localtime }} | {% with module=m %}{% include "_module_status_pill.html" %}{% endwith %}{{ m.last_row_count if m.last_row_count is not none else "—" }} |