{% ckan_extends %} {% block styles %} {{ super() }} {% for fix in h.cf_get_fixes_with_css() %} {% if not h.cf_is_fix_disabled(fix) %} {% asset 'core_fix/' ~ fix %} {% endif %} {% endfor %} {% endblock %}