{{ title }}
{% if not saved_dashboard %}{% for table in available_tables %}{{ table }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% else %}{{ description }}
{% endif %}{% load django_sql_dashboard %}
{% for table in available_tables %}{{ table }}{% if not forloop.last %}, {% endif %}{% endfor %}
{% else %}{{ description }}
{% endif %}