Progresso
{{ "%.0f"|format(meta.progresso_percentual()) }}%
{{ "%.0f"|format(meta.progresso_percentual()) }}%
Valor Atual: R$ {{ "%.2f"|format(meta.valor_atual) }}
Objetivo: R$ {{ "%.2f"|format(meta.valor_objetivo) }}
Faltam:
R$ {{ "%.2f"|format(meta.valor_objetivo - meta.valor_atual) }}
{% if meta.prazo %}
Prazo: {{ meta.prazo.strftime('%d/%m/%Y') }}
{% endif %}
{% if not meta.concluida %}
{% endif %}