Click a table row to add that plot to the dashboard.
Title |
Description |
Plot Type |
Created |
{% if favourite_plots|length == 0 %}
No favourites found..
|
{% endif %}
{% for fav in favourite_plots %}
{{ fav['title'] }} |
{{ fav['description'] | safe_markdown }} |
{{ fav['plot_type'] | replace('_', ' ') | title }} |
{{ fav['created_at'].strftime('%Y-%m-%d %H:%M') }} |
{% endfor %}