{% macro render_pagination(pagination, handle) %}
{{ project['description'] }}
{{ _('Settings') }} {% if project.featured %} {% else %} {% endif %}{{ _('Description') }}: {{ project.description }}
{{ _('Creation Date') }}: {{ project.created[0:10] }}
{% if project.last_activity_raw != None %}{{ _('Last Activity') }}: {{ project.last_activity}}
{% endif %}{{ _('Overall progress') }}: {{ project.overall_progress | round | int }}% completed
{% if project.owner == current_user.fullname %}{{ _('Created by') }}: {{ _('Me') }}
{% else %}{{ _('Created by') }}: {{ project.owner }}
{% endif %} {% if active_cat != "draft" %} {% endif %}