{% extends "base.html" %} {% set active_page = "config" %} {% block title %}Configuration{% endblock %} {% block content %}

Configuration

Operational Controls

Authorized Emails

Freelancer Search Queries

All Config Values

{% for key, info in configs.items() %} {% if key not in ['preview_mode', 'max_daily_bids', 'daily_revenue_target', 'max_concurrent_projects', 'allowed_emails', 'search_queries'] %}
{{ key }} {{ info.value[:80] }}
{% endif %} {% endfor %}
{% endblock %}