{% extends base_template %} {% load i18n templates %} {% block content %}

{% translate "Theme Preview" %}

{% translate "This is a test page to see if the theming works correctly. You can provide your own template in your app to display your own content." %}

{% translate "You can also override the base template of the corresponding theme to change the layout of the page." %} {% translate "Or you extend the base template, if you like the layout, and provide the blocks you want to override globally." %}

{% translate "Current Theme:" %} {{ theme.display_name }}

{% translate "Supported Themes" %}

{% endblock content %}