{% extends "layouts/admin.twig" %} {% block title %}{{ ta.themes|default('Thema\'s') }} - {{ ta.admin_title|default('CodePress Admin') }}{% endblock %} {% block content %}

{{ ta.themes|default('Thema\'s') }}

{{ ta.new_theme|default('Nieuw thema') }}
{% for theme in themes %}
{% if theme.protected %}{% endif %} {{ theme.title|default(theme.name) }}
{% if theme.active %} {{ ta.active|default('Actief') }} {% endif %} {% if theme.has_scss %} {% if theme.scss_compiled %} {{ ta.scss_ok|default('SCSS ok') }} {% else %} {{ ta.scss_stale|default('SCSS verouderd') }} {% endif %} {% endif %}

{{ ta.name_label|default('Naam: ') }}{{ theme.name }}

{% if theme.config.default_template %}

{{ ta.default_layout_label|default('Default layout: ') }}{{ theme.config.default_template }}

{% endif %} {% if theme.scss_mtime %}

SCSS: {{ theme.scss_mtime }}{% if theme.css_mtime %} → CSS: {{ theme.css_mtime }}{% endif %}

{% endif %} {% if theme.template %}

{{ ta.theme_layouts|default('Layouts: ') }}{{ theme.template|keys|join(', ') }}

{% endif %}
{% else %}
{{ ta.no_themes|default('Geen thema\'s gevonden.') }}
{% endfor %}
{% endblock %}