{% if 'bold' in toolbar_buttons %}
{% endif %}
{% if 'italic' in toolbar_buttons %}
{% endif %}
{% if 'horizontal' in toolbar_buttons %}
{% endif %}
{% if 'heading' in toolbar_buttons %}
{% trans 'Heading' %} 1 (Ctrl+Alt+1){% trans 'Heading' %} 2 (Ctrl+Alt+2){% trans 'Heading' %} 3 (Ctrl+Alt+3)
{% endif %}
{% if 'pre-code' in toolbar_buttons %}
{% trans 'Pre' %} (Ctrl+Alt+P){% trans 'Code' %} (Ctrl+Alt+C)
{% endif %}
{% if 'blockquote' in toolbar_buttons %}
{% endif %}
{% if 'unordered-list' in toolbar_buttons %}
{% endif %}
{% if 'ordered-list' in toolbar_buttons %}
{% endif %}
{% if 'link' in toolbar_buttons %}
{% endif %}
{% if 'image-link' in toolbar_buttons %}
{% endif %}
{% if 'image-upload' in toolbar_buttons %}
{% endif %}
{% if 'emoji' in toolbar_buttons %}
{% endif %}
{% if 'direct-mention' in toolbar_buttons %}
{% endif %}
{% if 'toggle-maximize' in toolbar_buttons %}
{% endif %}
{% if 'help' in toolbar_buttons %}
{% endif %}