{% extends 'base.html' %} {% load i18n %} {% load static %} {% block content %}

{% trans "System Settings" %}

{% trans "Manage your business profile and preferences." %}

{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %}
{% trans "Business Profile" %}
{% csrf_token %}
{% if settings.logo %} Logo {% else %}
{% endif %}

{% trans "Financial Preferences" %}
{% trans "e.g., OMR, $, £, SAR" %}
{% trans "Help & Support" %}

{% trans "Need help configuring your smart admin? Check our documentation or contact support." %}

{% trans "Documentation" %}
{% trans "Smart Admin Version" %}

v2.1.0-Meezan

{% endblock %}