Files
mayan-edms/mayan/apps/document_states/templates/document_states/extra_data.html
Roberto Rosario 949c0ab285 Remove empty ine
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
2019-10-07 10:43:52 -04:00

8 lines
151 B
HTML

{% if value %}
<ul>
{% for key, value in value.items %}
<li>{{ key }}: {{ value }}</li>
{% endfor %}
</ul>
{% endif %}