{% extends "base.html" %} {% block main %} {% include "breadcrumb.html" %}

{{ resource.name }}

{% if resource.embed_url %} {% endif %}

Description

{{ resource.description }}

Organization

{{ resource.organization }}

{% if path == "project" %}
{% include "support/support_form.html" %} {% if resource.user == user %} Edit {% endif %}

{% load gravatar %} {% for supporter in supporters %}
{% gravatar_img_for_user supporter.user %}

{{ supporter.user.username }}

{% endfor %}
{% else %}
{% if user.is_authenticated %} Edit {% endif %}
{% endif %}
{% endblock %}