{% load staticfiles %}
{% if resource.get_file_type == 'image' %}
{% elif resource.get_file_type == 'pdf' %}
{% elif resource.get_file_type == 'ppt' %}
{% elif resource.get_file_type == 'doc' or file.get_file_type == 'docx' %}
{% elif resource.get_file_type == 'xls' or file.get_file_type == 'xlsx' %}
{% elif resource.get_file_type == 'swf' %}
{% else %}
{% endif %}