{% extends "base.html" %} {% block title %}Profile Fields - Admin{% endblock %} {% block content %}
| Field | Status | |
|---|---|---|
| {{ label }} | {% if builtin_config[field_name] %} Enabled {% else %} Disabled {% endif %} |
text — single-line text |
textarea — multi-line text |
url — URL with link |
number — numeric value |
select — dropdown (define choices below)