.
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user