{% extends 'generic/object.html' %} {% load static %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block content %}
Transform Map Information
Name {{ object.name }}
Source Model ipfabric | {{ object.source_model }}
Target Model {{ object.target_model }}
Status {{ object.status }}
{% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
{% endblock %}