{% if (DONATION_INDEX_ENABLE and S_USER_LOGGED_IN and S_DONATE_ENABLED and DONATION_INDEX_BOTTOM) and (DONATION_ACHIEVEMENT_ENABLE or DONATION_GOAL_ENABLE) %}

{{ lang('DONATIONS_INDEX') }}

{% if DONATION_GOAL_ENABLE and DONATION_ACHIEVEMENT_ENABLE and DONATION_GOAL > 0 %}
{{ DONATION_GOAL_NUMBER }}{% if DONATION_GOAL_NUMBER >= 3 %}%{% endif %}
{% endif %}

{% if DONATION_ACHIEVEMENT_ENABLE %}{{ lang('DONATION_ACHIEVED') }}{% endif %} {% if DONATION_GOAL_ENABLE and DONATION_GOAL > 0 %} {{ lang('DONATION_GOAL') }}{% endif %}

{% endif %}