{% extends "admin/base.html" %} {% block content %}
{{_("Image Settings")}}
{{ csrf_token()|raw }}
{{_("Optimim Size")}} - Width:130px & Height:30px
{% if SETTINGS.logo %} {% endif %}
{{_("Optimim Size")}} - Width:50px & Height:50px
{% if SETTINGS.small_logo %} {% endif %}
{{_("Optimim Size")}} - Width:16px & Height:16px
{% if SETTINGS.favicon %} {% endif %}
{{_("Optimim Size")}} - Width:510px & Height:345px
{% if SETTINGS.home_page_image %} {% endif %}
{{_("Optimim Size")}} - Width:440px & Height:500px
{% if SETTINGS.login_page_image %} {% endif %}
{{_("Optimim Size")}} - Width:440px & Height:500px
{% if SETTINGS.register_page_image %} {% endif %}
{{_("Optimim Size")}} - Width:440px & Height:500px
{% if SETTINGS.forget_password_page_image %} {% endif %}
{% if SETTINGS.default_ogimage %} {% endif %}
{% endblock %}