{% set current_theme = current_theme() %}
{{ current_theme.headertags() }} {{ mde.css }}
{{_("Editar apaciencia del sitio web")}}
{{ current_theme.local_style() }}
{{ current_theme.navbar() }}
{{ current_theme.notify() }}
{{_("Editar apariencia del sitio web")}}.
{{_("Logo y Favicon del sitio web")}}.
{% if logo_perzonalizado() and site_logo() %}
{{_("Eliminar Logo actual")}}
{% else %}
{{_("Logotipo")}}
{% endif %}
{% if favicon_perzonalizado() and site_favicon() %}
{% else %}
{{_("Favicon")}}
{% endif %}
{{_("Tema del sitio web")}}.
{{_("Tema")}}.
{{ form.style(class="form-control", id="style") }}
{{_("Los temas cambian varios aspectos visuales del sitio web")}}.
{{_("Cancelar")}}
{{_("Actualizar Tema")}}