{% extends 'base.html' %} {% block title %}Your Sites — AgentForms{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}

Usage

{{ usage.tier_name }} Tier
Forms {{ usage.site_count }} / {% if usage.sites_unlimited %}∞{% else %}{{ usage.max_sites }}{% endif %}
Submissions this month {{ usage.submissions }} / {{ usage.max_submissions }}

Your Sites

Browse Templates {% if can_add %} + New Site {% else %} Upgrade for More {% endif %}
{% if sites %} {% for site in sites %} {% endfor %}
Site Name Token Owner Email Created Actions
{{ site.name }} {{ site.token }} {{ site.owner_email }} {{ site.created_at[:10] }} Submissions Settings
{% else %}

No sites yet. Start from scratch or browse our template marketplace.

{% if can_add %} + Create First Site {% endif %} Browse Templates
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}