{# As of July, 2017, this template is bypassed and the default (moinwiki) item type is selected. See issue #576: Links to tickets and blogs removed from UI, both are broken, incomplete Renders links to varios item types (default (moinwiki), ticket, blog). User must choose one to create an item. #} {% extends theme("show.html") %} {% block content %}

{{ _("Item not found, create it now?") }}

{{ _("Item '{fqname}' does not exist (yet), but you can try creating it now. Please select the type of the item you want to create.").format(fqname=fqname) }}

{% for e in itemtypes %} {% endfor %}
{{ e.display_name }} - {{ e.description }}
{% endblock %}