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