{% extends 'base.html' %} {% load static %} {% block styles %} {% endblock styles %} {% block bot_tools %} Go to Manage Page {% endblock bot_tools %} {% block bot_menu_sidebar %} {{bot.name}} {% for each in chats_master%} {{bot.name|make_list|first}} {{each.user_token}} {{each.submited_at|date:'M d, Y H:i A'}} {% endfor %} {% endblock bot_menu_sidebar %} {% block content %}
{{bot.name}}