{# Renders a web page filled with content type choices. These include: * Markup items ( MoinMoin, Creole, Markdown, ...) * Other text (plain, diff, ...) * Images (SVG, PNG, ...) * etc Displays links to existing items with similar names. #} {% extends theme("layout.html") %} {% block content %}
{{ _("Please select the contenttype of the new {itemtype} item.").format(itemtype=itemtype) }}
{{ group }} |
---|
| {% for e in groups[group] %} {{ e.display_name }} | {% endfor %} |
{{ _("Before creating a new item, review these existing items with similar names:") }}