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

Contract {{ contract_id }}

{% for c in contracts %} {% endfor %}
VersionDataset PathActions
{{ c.version }} {{ c.path or '' }} Edit
{% if not contracts %}

No versions found.

{% endif %} {% endblock %}