{% extends "base.html" %} {% import "projects/_helpers.html" as helper %} {% import "account/_helpers.html" as account_helper %} {% block content %}

{{ _('Get Started') }}

{{ _('It\'s really simple to start contributing.') }}

{{ _('Most Active Projects') }}

{% for project in top_projects %}
{% if project.info.thumbnail %} {% else %} {% endif %}

{{project.name | truncate(20, true)}}

{{project.description | truncate(32, true)}}

Info {{ _('Start') }}

{% endfor %} {% for i in range(4-top_projects|count)%}

{{ _('Your project') }}

{{ _('could be here!') }}

{{ _('Create a project') }}

{% endfor %}
{% if top_users %}

{{ _('Most Active Volunteers') }}

{% endif %} {{ helper.broken_image() }} {% endblock %}