{% extends "/base.html" %} {% set active_page = "projects" %} {% import "projects/_helpers.html" as helper %} {% block content %} {% if project %}
{{ helper.render_project_local_nav(project, 'settings', current_user, pro_features) }}

{{project.name}}: {{ _('Publish the project') }}

{{ _('Please read carefully!') }}

{{ _('You are about to publish your project. This CANNOT be undone! Once your project has been published, people will be able to contribute to it. All the taskruns (answers) that may have been created during the test phase will be flushed and your project will start fresh.') }}

{{ _('That means that your project should be working properly, so please make sure it does. Otherwise you can work on it and publish it once it works fine.') }}

{{ _('Are you sure you want to publish this project?') }}

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