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

Contracts

Add Contract {% for cid in contracts %} {% endfor %}
Contract ID
{{ cid }}
{% if not contracts %}

No contracts stored.

{% endif %} {% endblock %}