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

Overwiev

Companies

{% for company in companies %} {% endfor %}
Company Country Website Relation Industry Status ID
{{ company.name }} {{ company.legal_entity}} {{ company.country_bill}} {{ company.website}} {{ company.relation}} {{ company.company_industry}} {{ company.status}} {{ company.id}}

Notes

{% for elem in companie_notes %} {% endfor %}
Company Title Content Status Priority Date Posted Due Date
{{ elem.company.name }} {{ elem.title }} {{ elem.content }} {{ elem.company_note_status }} {{ elem.priority }} {{ elem.date_posted.strftime('%d-%m-%Y') }} {{ elem.date_due.strftime('%d-%m-%Y') }}
{% endblock content %}