This commit is contained in:
Ross
2024-10-28 16:41:07 +00:00
parent ce56de1b95
commit 68c9c33f4c
+9 -1
View File
@@ -7,11 +7,19 @@
{% for subspecialty, formats in format_map %} {% for subspecialty, formats in format_map %}
<h4>{{subspecialty}}</h4> <h4>{{subspecialty}}</h4>
<ul>
{% for format in formats %} {% for format in formats %}
{{format}} <li>
Name: {{format}}<br/>
<pre>
{{format.format}}
</pre>
</li>
{% endfor %} {% endfor %}
</ul>
{% endfor %} {% endfor %}