{% extends "base_detail.html" %} {% load community_buttons %} {% load community_badges %} {% load community_utils %} {% load bootstrap_helpers %} {% load uploaded_material %} {% block title %}{{ material }}{% endblock %} {% block headline %}{{ material }}{% endblock %} {% block subtitle %}{{ material_relation.related_permission_object }}{% endblock %} {% block action_buttons %} {% edit_button material %} {% endblock %} {% block breadcrumbs %} {% breadcrumbs material|verbose_model_name|combine:material.get_list_url material.name|combine:request.path %} {% endblock %} {% block sidebar_below %} {% block sidebar_left %} {% render_material_sidebar material_relation_model|default:material %} {% endblock %} {% endblock %} {% block content %}

Description

{{ material.description|default:"

No description provided

" }} {% if material.external_url %} Access on external site {% endif %} {% if material.upload_material %} Download {% endif %} {% with active_tab=request.GET.tab|default:"contentTab"%} {% tab_list contentTab="Content" availabilityTab="Availability" propertiesTab="Properties" %} {% tab_content "contentTab" %}

Content

{{ material.content|default:"

No content provided

" }} {% endtab_content %} {% tab_content "availabilityTab" %} {% block implementations %}

Availability of this material

This material is available as

{% endblock implementations %} {% endtab_content %} {% tab_content "propertiesTab" %} {% block properties_section %}

Properties

{% block properties %} {% if material.upload_material %} {% else %} {% endif %} {% endblock %}
Property Value
Access material {% if material.external_url %} Access on external site {% endif %} {% if material.upload_material %} Download {% endif %}
Date Created {{ material.date_created|date }}
Last modification date {{ material.last_modification_date|date }}
Uploaded file {{ material|basename }}
Date Created {{ material.date_created|date }}
License {% with license=material.license %} {% if license.url %} {{ license.identifier }} {% else %} {{ license }} {% endif %} {% endwith %}
Created by {% if material.user.communitymember %}{% member_badge material.user.communitymember %}{% else %}{{ material.user }}{% endif %}
Category {% materialcategory_badge material_relation|default:material %}
Keywords {% for keyword in material.keywords.all %} {% materialkeyword_badge keyword material_relation|default:material %} {% endfor %}
Content type {{ material.content_type }}
MD5 checksum {{ material.md5sum }} {% clipboard_button material.md5sum %}
SHA256 checksum {{ material.sha256sum }} {% clipboard_button material.sha256sum %}
File size {{ material.file_size|as_mb }}
{% endblock %} {% endtab_content %} {% endtab_list %} {% endwith %} {% endblock %}