.
This commit is contained in:
@@ -7,11 +7,19 @@
|
||||
{% for subspecialty, formats in format_map %}
|
||||
<h4>{{subspecialty}}</h4>
|
||||
|
||||
<ul>
|
||||
{% for format in formats %}
|
||||
{{format}}
|
||||
<li>
|
||||
Name: {{format}}<br/>
|
||||
<pre>
|
||||
{{format.format}}
|
||||
</pre>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user