{% extends "exams/base.html" %} {% load static %} {% block content %}

Site Settings Preview

Preview how your site settings will appear

Edit Settings
Live Preview
{% if setting.logo %} {{ setting.site_name }} {% else %} Logo {% endif %}

{{ setting.site_name|default:"KIGOMA | RESULTS" }}

{% if setting.site_tagline %}

{{ setting.site_tagline }}

{% endif %} {% if setting.header_text %}
{{ setting.header_text|safe }}
{% endif %}
This is a preview of your site settings. The actual content will appear here.
Sample Section

Your site content will be displayed here with the selected settings.

Another Section

Configure your site settings to customize the look and feel.

Current Settings Summary
Site Name: {{ setting.site_name|default:"Not set" }}
Site Title: {{ setting.site_title|default:"Not set" }}
Site Tagline: {{ setting.site_tagline|default:"Not set" }}
Header BG Color: {{ setting.header_bg_color|default:"#ffffff" }}
Logo: {% if setting.logo %}✓ Uploaded{% else %}✗ Not set{% endif %}
Favicon: {% if setting.favicon %}✓ Uploaded{% else %}✗ Not set{% endif %}
Contact Email: {{ setting.contact_email|default:"Not set" }}
Contact Phone: {{ setting.contact_phone|default:"Not set" }}
Facebook: {% if setting.facebook_url %}✓ Set{% else %}✗ Not set{% endif %}
Twitter: {% if setting.twitter_url %}✓ Set{% else %}✗ Not set{% endif %}
Instagram: {% if setting.instagram_url %}✓ Set{% else %}✗ Not set{% endif %}
Custom CSS/JS: {% if setting.custom_css or setting.custom_js %}✓ Set{% else %}✗ Not set{% endif %}
{% if setting.created_at or setting.updated_at %}
{% if setting.created_at %} Created: {{ setting.created_at|date:"F j, Y H:i:s" }} {% endif %} {% if setting.updated_at %}
Last updated: {{ setting.updated_at|date:"F j, Y H:i:s" }} {% endif %}
{% endif %}
{% endblock %}