{% extends "_template.html" %} {% block title %}Tools for Formal Methods: Tools{% endblock %} {% block content %}
{% for tool in tool_data %}
{% if tool.logo %}

{{tool.name}}{{ get_hyper_ref_logo("logos", tool.logo) }}

{% else %}

{{tool.name}}

{% endif %} {% if tool.description is defined and tool.description %}

{{ tool.description }}

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