{% extends "/base.html" %} {% set active_page = "projects" %} {% import "projects/_helpers.html" as helper %} {% set description = project.description %} {% block content %} {% if project %} {% if project.info['splash'] %} {% set has_splash = "true" %}
{% else %}
{% endif %}

{{ helper.render_project_title(project) }}

{{ overall_progress | round | int }}% complete

{% if current_user.is_authenticated and (current_user.id == project.owner_id or current_user.admin) %} Dashboard {% endif %} {% if project.info['splash'] %} {% endif %}
{% if overall_progress < 100 %}

{{ project.info['splash_attribution']|safe }}

{% if project.info.get('tutorial_video') %}
{{ project.info['tutorial_video']|safe }}
{% endif %} {% if project.long_description %} {{ project.long_description | e | markdown }} {% endif %}
{% endif %}
{% if overall_progress < 100 %}

Get involved

Your contributions will have a direct impact on enabling future reasearch at the British Library.

{% else %}

Many thanks to all those that helped us complete this project!

Click below to find an active project

{% endif %}
{{ helper.render_social_media_buttons("www.libcrowds.com/project/{{ project.short_name }}", "Come and give us a hand with {{ project.name }}!") }} {% if 'pybossa_discourse' in plugins %}
{{ discourse.comments() }}
{% endif %}
{% if 'pybossa_discourse' in plugins and project.published %}

{{ discourse.comments() }}
{% endif %} {% else %} {{ helper.render_non_existant_project() }} {% endif %} {{ helper.broken_image() }} {% endblock %}