{% extends "base.html" %} {% block content %}

{% trans %}You're all set!{% endtrans %}

{% if action_required %}

{% trans %}Now open your web browser and go to .{% endtrans %}

{% else %}

{% trans %}You're now ready to access {{ project_name }}'s content.{% endtrans %}

{% trans %}Go to {{ fqdn }}{% endtrans %}

{% endif %} {% endblock %}