{% extends "layouts/content-bootstrap.html" %} {% load i18n %} {% load keep_spacing %} {% load django_tables2 %} {% block styles %} {% endblock %} {% block content %}

Chart {{ chart.name }} Display

Status
{% if chart.is_published %} Published {% else %} Unpublished {% endif %}
{% if chart.is_published %}
Chart Group label
{{ chart.chart_group|default:"Click here to select"}}
{% if chart.chart_group %} {% else %} {% endif %}   
Maintainer
{{ chart.owner }}  
Group edit permission
{{ chart.group|default:"Click here to select"}}
  
{% endif %}
Description
{{ chart.description|keep_spacing|linebreaks }}
{% if chart.owner == request.user or request.user.is_superuser or chart.group in request.user.groups.all %} {% endif %} {% if chart.owner == request.user or request.user.is_superuser or chart.group in request.user.groups.all %} {% endif %}

Queries

Add query
{% for chart_query in chart.chartquery_set.all %}
{{ chart_query.query.name }} remove edit
Type: {{ chart_query.chart_type }}
Height: {{ chart_query.chart_height }}
Visibility: {{ chart_query.chart_visibility }}
Representation: {{ chart_query.representation }}
{% empty %}
  • No queries added yet.
  • {% endfor %}
    {% endblock %} {% block scripts %} {% if chart.is_published %} {% endif %} {% endblock %}