{% load i18n templates %} {% if theme.static_files and theme.static_files|count > 0 %} {% for static_file in theme.static_files.keys %} {% endfor %}
{% translate "Static File Key" %} {% translate "Static File Path" %}
{{ static_file }} {{ static_file|staticfile:theme }}
{% else %} {% translate "No static files defined for this theme." %} {% endif %}