{% extends "massmigration/base.html" %} {% block content %}
| App | Migration | Status | Actions |
|---|---|---|---|
| {{migration.app_label}} | {{migration.name}} | {% if migration.record %}{{migration.record.status}}{% else %}NOT RUN{% endif %} | {% if not migration.record %}Run... {% else %}Delete... {% endif %} |