{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "Data Source" %} | {% if object.data_source %} {{ object.data_source }} {% else %} {{ ''|placeholder }} {% endif %} |
| {% trans "Data File" %} |
{% if object.data_file %}
{{ object.data_file }}
{% elif object.data_path %}
|
| {% trans "Data Synced" %} | {{ object.data_synced|placeholder }} |
{{ object.environment_params }}
{{ object.template_code }}