{% extends "wheelcms_axle/base.html" %} {% block javascript %} {% endblock %} {% block base_main %}
{% csrf_token %}
{% if not spoke %}

This node has no content attached.

{% endif %}

Content listing for "{{instance.content.title}}"


{% csrf_token %} {% block listing_table %} {% if not instance.isroot %} {% endif %} {% for child in children %} {% with content=child.active.content spoke=child.active.content.spoke %} {% if content %} {% else %} {# unattached node #} {% endif %} {% endwith %} {% empty %} {% endfor %}
Title Translations State
.. (parent)
{{content.title}} {% for language, langcontent, lang_url in child.translations %} {% if language == content.language %} {{language}} {% else %} {# add color depending on state; untranslated content has no state so no color #} {{language}} {% endif %} {% if not forloop.last %}|{%endif%} {% endfor %} {{spoke.state.label}}
Unattached node {{child.get_absolute_url}} unattached
No content
{% endblock %}
{% endblock %}