{% if exist_tool == 0 %}
No tools avalaible,
Please declare at least one tool for your project
{% else %}
{% if form.Name|length < 1 %}
All tools already link to this {{data_type}}
{% else %}
{% if function == "publish" %}
{% endif %}
{% endif %}
{% endblock %}