{% extends "webpage/base.html" %} {% load static %} {% load mptt_tags %} {% load webpage_extras %} {% block title %}{{ object.name }}{% endblock %} {% block scriptHeader %} {% endblock %} {% block content %}
{% if object.get_prev %}

{% endif %}

{{ class_name }} {{ object }} {% if user.is_authenticated %} {% endif %}

{% if object.get_next %}

{% endif %}
{% block custom %}

Arche-ID {{ object.fc_arche_id}}
Description

{{ object.fc_arche_description }}

Child-Collections {{ object.children.all|length }}
Child-Resources {{ object.has_fc_resource.all|length }}
Created {{ object.fc_firstmod }} - {{ object.fc_lastmod}}
Access {{ object.fc_arche_access }}

{% drilldown_tree_for_node object as drilldown cumulative count filechecker.FcResource.fc_directory in game_count%} {% for node,structure in drilldown|tree_info %} {% if structure.new_level %}
  • {% else %}
  • {% endif %} {% if node == object %} {{ node }} {% else %} {{ node }} {% if node.parent_id == object.pk %} ( {{ node.game_count }}) {% endif %} {% if node.children.all %} ({{ node.children.all|length }}) {% endif %} {% endif %} {% if node == object %} {% endif %} {% for level in structure.closed_levels %}
{% endfor %} {% endfor %}

{% if object.fc_custom_rdf %}

{{ object.fc_custom_rdf}}
{% endif %}

Netvis

{% endblock custom %} {% endblock %}