{% extends 'base.html' %} {% load ui_extras %} {% block content %}
| Attribute | Value |
|---|---|
| Name | {{ object.name }} |
| Description | {{ object.description|default:"-"|linebreaksbr }} |
| Table name | {{ object.table_name }} |
| Query | {{ object.get_query_html|safe }} |
| Path | {{ object.path }} |
| Column{{ object.columns|length|pluralize }} | {{ object.columns|join:"
" }} |
| Platform{{ object.platforms|length|pluralize }} | {{ object.platforms|join:", "|default:"-" }} |
| Name | {% for configuration in configurations %} |
|---|---|
| {{ configuration }} |