{{ project }}

({{ project.user }}) {% if project.version %}version {{ project.version }} {% endif %}
{% if project.get_latest_build %} {% if not project.get_latest_build.success %}

Build failed (why)

{% endif %} {% else %}

There are no builds for this project.{% if request.user == project.user %} Is the repo correct?{% endif %}

{% endif %}
    {% if project.has_good_build %}
  • View Docs
  • {% endif %} {% if request.user == project.user %} {% if not project.is_imported %}
  • Manage Files
  • {% endif %}
  • Edit Project
  • {% endif %} {% if project.get_latest_build %}
  • Builds
  • {% endif %} {% if project.project_url %}
  • Project Homepage
  • {% endif %} {% if project.has_versions and request.user == project.user %}
  • Versions
  • {% endif %} {% if project.build_pdf and project.has_pdf %}
  • Download PDF
  • {% endif %}