{% extends 'generic/object.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% load perms %} {% block content %}
Object Aliases
{% render_table aliases_table %}
Source in Data Flows
{% render_table dataflow_sources_table %}
Destination in Data Flows
{% render_table dataflow_destinations_table %}
{% endblock %} {% block modals %} {{ block.super }} {% endblock modals %}