{% extends "base.html" %} {% load bootstrap4 %} {% load widget_tweaks %} {% block title %}Client - Payment Details{% endblock title %} {% block content %}

{% include "client_navbar.html" %} {% if project_exists and active_company %}

Company Details

{{ company_form.id }} {% bootstrap_form company_form layout='inline' %}
{% if logo %}
{%if message %}

{{message}}

{%endif%}

Company Logo

company logo
{% endif %}

{{ project.name }}

{{ project.description }}

€ {{ price }}

{% if active_company.paid %} {% else %} {% endif %}
{% endif %}
{% endblock content %}