{% ckan_extends %} {% block resource_view %}
{% if resource.url_type != "upload" %} {{ _("Refresh") }} {% endif %} {% if g.userobj.sysadmin and h.pygments_is_cache_enabled() and resource_view.view_type == "pygments_view" %} {{ _("Memory usage") }}: {{ _("Total") }}: {{ h.pygments_printable_file_size(h.pygments_get_cache_size()) }} {{ _("Current") }}: {{ h.pygments_printable_file_size(h.pygments_get_resource_cache_size(resource.id)) }} {% endif %}
{{ super() }} {% endblock %}