{% extends "template.html" %} {% block content %}

Dashboard

Your personal dashboard

Current automatized tweets


{% for t in tweets %} {% endfor %}
Tweet Slots Keywords Actions
{{ t['text'] }}
{{ t['slots'] }} {{ t['keywords'] }} Disable Delet

Add an automatized tweet


{% for t in timeline %}
{% endfor %}

Trello board


Choose a board

{% for b in boards %}
{% endfor %}

Choose a column

{% for c in columns %}
{% endfor %}

{% endblock %}