{% extends "base.html" %} {% load url from future %} {% block body %}
{% if exec_list %} {% for ex in exec_list %} {% endfor %}
Title Date Author Status
{{ ex.title }} {{ ex.start_date }} {{ ex.author }} {{ ex.get_status_display }}
{% else %}

No Executions are available.

{% endif %}
{% endblock body %}