{% load i18n %}
Current status: {{ current_display_status }}
{% for runner in runners %} {% endfor %}
{% trans "Date" %}{% trans "Server" %}{% trans "Action" %}{% trans "Status" %}{% trans "Modified by" %}{% trans "Error" %}
{{ runner.nonce_created }} {{ runner.petal }} {{ runner.get_petal_action_display }} {{ runner.get_current_status_display }} {{ runner.modified_by }} {{ runner.error }}