{% extends "admin/base.html" %} {% block title %}Settings - Focomy{% endblock %} {% block header_title %}Settings{% endblock %} {% block content %}

Site Settings

{% for cat in categories %} {{ cat.label }} {% endfor %}
{% for field in fields %}
{% if field.type == "textarea" %} {% elif field.type == "number" %} {% elif field.type == "url" %} {% else %} {% endif %}
{% endfor %}
{% endblock %}