diff --git a/benchmarks/templates/benchmarks/model.html b/benchmarks/templates/benchmarks/model.html index 451be6eee..35b141dea 100644 --- a/benchmarks/templates/benchmarks/model.html +++ b/benchmarks/templates/benchmarks/model.html @@ -1,9 +1,19 @@ -{% extends 'benchmarks/base.html' %} +{% extends "benchmarks/components/app-view.html" %} +{% load static %} -{% block main %} +{% block banner %} +

Model Information

+

Here you can both view individual model data as well as download it.

+{% endblock %} + +{% block info_section %} + {% include "benchmarks/leaderboard/info-section.html" %} +{% endblock %} + +{% block content %}
{% if model.public %} -

{{ model.name }}

+

{{ model.name }}

{% if model.reference_identifier %} {{ model.reference_identifier }} {% endif %} @@ -17,6 +27,7 @@

Anonymous Model #{{ model.id }}

{% endif %} {% if submission_details_visible %} +
The following information is only visible to you (the model owner):

Model Name: {{ model.name }}
@@ -78,6 +89,7 @@

Benchmark scores

Model rank shown below is with respect to all public models.
+
{% for score_row in model.scores %} {% if score_row.score_ceiled %} @@ -200,6 +212,7 @@

Benchmark scores

{# BrainModel info #} +

BrainModel translation