{% extends 'base_telegram_bot_menu.html' %}
{% load static %}
{% load i18n %}
{% block title %}{% trans "Плагины" %}{% endblock title %}
{% block content %}
{% trans "Список плагинов" %}
{% trans "Добавить плагин" as add_button_text %}
{% include 'object_tools.html' with id="telegramBotPlugins" show_add_button=True add_button_text=add_button_text %}
{% trans "Логи плагинов" %}
{% include 'object_tools.html' with id="telegramBotPluginsLogs" show_add_button=False %}