{% extends "misago/admin/conf/form.html" %} {% load i18n misago_admin_form %} {% block form-body %}
{% trans "Favicon" %}

{% trans "Favicon is small icon that internet browsers display next to your site in its interface." %}

{% if icons.favicon or icons.favicon_16 or icons.favicon_32 %}
{% if icons.favicon %}
{% endif %} {% if icons.favicon_32 %}
{% endif %} {% if icons.favicon_16 %}
{% endif %}
{% endif %} {% form_row form.favicon %} {% if icons.favicon or icons.favicon_16 or icons.favicon_32 %} {% form_checkbox_row form.favicon_delete %} {% endif %}
{% trans "Apple Touch Icon" %}

{% trans "Apple devices and Safari web browser will use this image to represent the site in its interfaces." %}

{% if icons.apple_touch_icon %} {% endif %} {% form_row form.apple_touch_icon %} {% if icons.apple_touch_icon %} {% form_checkbox_row form.apple_touch_icon_delete %} {% endif %}
{% endblock form-body %}