{% load i18n %}

{% trans "Ready to share your documentation" %} {% if request.user.first_name %}, {{ request.user.first_name }}{% endif %} ?

{% with getting_started_url="https://docs.readthedocs.io/page/intro/getting-started-with-sphinx.html" %}

{% blocktrans trimmed %} You don't have any projects yet, but you can start building documentation by importing one. Not sure how to start documenting your project? Check out the Getting Started Guide to learn how. {% endblocktrans %}

{% url "projects_import_demo" as import_demo_url %} {% blocktrans trimmed %} Want to try a demo? Import our own demo project. {% endblocktrans %}

{% endwith %}