{% extends "base.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock breadcrumbs %} {% block content %}

{% translate "Page Not Found" %}

{% translate "The page you are looking for was not found." %} {% translate "The project you are looking for does not exist or is not publicly available." %}

{% if not user.is_authenticated %} {% translate "Sign in" %} {% endif %} {% translate "Dashboard" %} {% translate "Browse all projects" %}
{% endblock content %}