{% extends "base.html" %} {% block base_header_additional_head %} {% endblock %} {% block base_content %}

Toolbox

{% if not current_user_data.account.is_default_account %}
Drag to sort existing tools. Click to make them available in the your tools list when you leave the page.
{% endif %} {% for tool in tools %} {% endfor %}
{{ tool.name }} {{ tool.name }} {{ tool.description }}
 
{% endblock %}