{% extends "base.html" %} {% block title %}Tuning · {{ project.name }}{% endblock %} {% block body %} {% set active_tab = 'tuning' %} {% include '_project_tabs.html' %} {% if not files %}
📄
No tuning files yet. Run CTT to generate them.
{% else %}

Tuning files

Generated
Target · version · algorithm blocks
{% endif %} {% endblock %} {% block scripts %} {% endblock %}