{% extends "admin_base.html" %} {% block title %}Manage Growth Rates{% endblock %} {% block admin_content %}

Add New Growth Rate

Existing Growth Rates

{% for rate in rates %}
{% if rate.icon %} Icon {% endif %}

{{ rate.name }}

{% if rate.description %}

{{ rate.description }}

{% endif %}
Edit
{% else %}

No growth rates added yet.

{% endfor %}
{% endblock %}