{# Renders a list of available templates containing boilerplate that may assist the user in creating a new item. This page is only displayed if items with a tag of "template" and the same content type exist. Note moin templates are not the same as jinja templates. #} {% extends theme("show.html") %} {% block content %}
{{ _("You can either create the item from scratch or select a template.").format(modifyhref=url_for('frontend.modify_item', item_name=fqname, itemtype=itemtype, contenttype=contenttype, template='') ) }}