{% extends 'base.html' %} {% load widget_tweaks %} {% load param %} {% block content %}

Select Tool

{% 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" %}
{% else%} {%endif%} {% csrf_token %}
{% for item in tool_list %} {% endfor %}
Tool name Url host Date_created
{{item.name}}   {{ item|param:"url" }} {{item.date_created}}

{% endif %} {% endif %} {% endblock %}