{% load i18n %} {% load privacy_tags %} {% if request.user|is_admin:project %}
{% blocktrans trimmed %} This project has not been built yet. Try building the latest version now, or if you would like to build a specific version, select the version below and your documentation build will be triggered. {% endblocktrans %}
{% else %} {% if onboard.build.finished %} {% if onboard.build.success %} {% comment %}Last build passed{% endcomment %}{% blocktrans trimmed %} You'll be able to view your documentation in a minute or two, once your project is done building. {% endblocktrans %}
{% endif %} {% endif %}