{% extends "base.html" %} {% block title %}Contract {{ contract_id }}{% endblock %} {% block content %}

{{ contract_name }} Contract Source Code

{{ contract_id }}
{% if source_paths %} {% else %}
There is no source files are associated with this contract.
{% endif %}
{% endblock %}