mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-15 23:25:51 +00:00
676 B
676 B
{% extends "base.html" %}
{% block content %}
{% if benchmarks %}
{% endif %}
{% endblock %}
Benchmarks
-
{% for benchmark in benchmarks %}
- {{ benchmark.name }} {% if benchmark == current_user.benchmark %}*{% endif %} {% endfor %}
