{% if theme() and file_exists('app/templates/themes/' + theme() + '/base.html') %} {% extends 'themes/' + theme() + '/base.html' %} {% else %} {% extends "base.html" %} {% endif %} {% from 'bootstrap/form.html' import render_field %} {% block app_content %}
{{ _('Name') }} | {{ _('Url') }} | |
---|---|---|
{{ page.title }} | {{ page.slug }} | {% if page.can_edit(current_user, community) %}
|
{{ _('Add a link to the wiki in the community description.') }}
{% else -%}{{ _('There are no wiki pages in this community.') }}
{% endif -%}