{% extends "base.html" %} {% block title %}{{ state }} Workflows Index{% endblock %} {% block content %}
{{ state }} Workflows | |||||||
---|---|---|---|---|---|---|---|
ID | Name | {% if current_sorting_key == "created_on" and current_sorting_order == "ASCENDING" %}Created On ▲ | {% elif current_sorting_key == "created_on" and current_sorting_order == "DESCENDING" %}Created On ▼ | {% else %}Created On | {% endif %} {% if current_sorting_key == "updated_on" and current_sorting_order == "ASCENDING" %}Updated On ▲ | {% elif current_sorting_key == "updated_on" and current_sorting_order == "DESCENDING" %}Updated On ▼ | {% else %}Updated On | {% endif %}
{{ row.name }} | {{ row.created_on }} | {{ row.updated_on }} |