Statistics
| Branch: | Tag: | Revision:

root / snf-pithos-webclient / pithos_webclient / templates / pithos_webclient / other_properties.html @ edb3e8ef

History | View | Annotate | Download (219 Bytes)

1
{% for key, value in branding_settings.items %}
2
    otherProperties.{{ key }} = {{ value|safe }};
3
{% endfor %}
4

    
5
{% for key, value in urls_config.items %}
6
    otherProperties.{{ key }} = "{{ value|safe }}";
7
{% endfor %}