{% extends 'lofardata/base.html' %} {% load static %} {% load crispy_forms_tags %} {% block myBlock %}
Welcome to the LDV specification service
{% if user.is_authenticated %}
Start specifying your task
{% endif %}
{% endblock %}