{% if user.is_authenticated %} {% block form_tag %}
{% endblock %} {% csrf_token %}
{{ license_form.as_p }}
{% endif %}