{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% load i18n %} {% block content %}
{% trans "Name" %} | {{ object.name }} |
---|---|
{% trans "Weight" %} | {{ object.weight }} |
{% trans "Description" %} | {{ object.description|placeholder }} |
{% trans "Active" %} | {% checkmark object.is_active %} |
{% 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 }} |
{{ title }} |
|
---|