This repository has been archived on 2024-11-29. You can view files and clone it, but cannot push or open issues or pull requests.
2020-10-20 00:59:52 -04:00

9 lines
265 B
HTML

{% if latest_migrations %}
<ul>
{% for migration in latest_migrations %}
<li><a href=>{{ migration.booked_time }}, {{ migration.migration_status }}, {{ migration.domain }}</a></li>
{% endfor %}
</ul>
{% else %}
<p>No polls are available.</p>
{% endif %}