{% extends "base_template.html" %} {% from "courses/admin/_form.html" import flashes, state_badge with context %} {% block title %}{{ _('Pages') }}{% endblock %} {% macro page_row(page, show_course=False) %}
{% if course and not term and not across_years %} {{ _('What %(course)s is made of. Adding a page puts it in the section you choose.', course=course.name) }} {% else %} {{ _('Every page in this wiki, most recently edited first.') }} {% endif %}
| {{ _('Page') }} | {{ _('State') }} | {{ _('Last edited') }} | {{ _('Actions') }} |
|---|---|---|---|
| {{ _('No page matches that. Try a shorter word.') }} | |||