IMPSY Web Interface
Pages:
System Information:
{% for key, value in hardware_info.items() %}
- {{ key }}: {{ value }}
{% endfor %}
Project Information:
{% for key, value in software_info.items() %}
-
{{ key }}:
{% if value|lower|startswith('http://') or value|lower|startswith('https://') %}
{{ value }}
{% else %}
{{ value }}
{% endif %}
{% endfor %}