Command-Line Interface
{% if user.is_authenticated %} Logged in as {{ user.username }},
logout
(
edit profile
) {% else %}
Login
{% endif %}
{% if documentation_url %}
Documentation
{% endif %}