{% extends "admin/base_site.html" %} {% load admin_static %} {% block title %}Onthefly Settings {{block.super}}{% endblock %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {% block content %}

Onthefly Settings Configuration

Onthefly Settings

{% for key, value in onthefly_settings.items %}
{% endfor %} {% if not onthefly_settings %}

There is no ONTHEFLY settings!

{% endif %}
{% endblock content %}