{% extends "base.html" %} {% block title %} » Non-core Contracts » {{contract.name}} » Automatic Importer {% endblock %} {% block nav %} Non-Core Contracts » {{contract.name}} » Automatic Importer {% endblock %} {% block content %}
{% if importer %}Is Locked? | {{importer.is_locked()}} |
---|
Importer not present.
{% endif %} {% endblock %}