{% extends "layout.html" %} {% block custom_css %} {% endblock custom_css %} {% block navigation %}
{% endblock %} {% block content %}Status | Title | Last Update | Created | Toggle | Start | Delete |
---|---|---|---|---|---|---|
{% if exp.active %} active {% else %} inactive {% endif %} | {% if exp.active %} {{ exp.title }} {% else %} {{ exp.title }} {% endif %} | {{ exp.last_update.strftime('%Y-%m-%d') }} | {{ exp.date_created.strftime('%Y-%m-%d') }} | {% if exp.active %} Start {% else %} - {% endif %} |