6 lines
84 B
HTML
6 lines
84 B
HTML
|
<ol>
|
||
|
{% for item in value %}
|
||
|
<li>{{ item }}</li>
|
||
|
{% endfor %}
|
||
|
</ol>
|