{% load as_icon %} {% load get_category_icon %}
{% if 'title_url' in resource %} {% include "resources/resource_box_header.html" %} {% else %} {% include "resources/resource_box_header.html" %} {% endif %}

{{ resource.description|safe }}

{# Icons #} {% for icon in resource.urls %} {% endfor %}
{% for tag in resource.tags.topics %} {{ tag|title }} {% endfor %} {% for tag in resource.tags.type %} {{ tag|title }} {% endfor %} {% for tag in resource.tags.payment_tiers %} {{ tag|title }} {% endfor %} {% for tag in resource.tags.complexity %} {{ tag|title }} {% endfor %}