{% extends 'base.html' %} {% block content %}

{% if chart %}{{ t('charts.edit') }}{% else %}{{ t('charts.create') }}{% endif %}

{% if chart and chart.is_system %}

{{ t('charts.system_help') }}

{% endif %}
{{ t('charts.status_filter') }}

{{ t('charts.status_filter_help') }}

{% for option in status_options %} {% else %}

{{ t('charts.no_status_values') }}

{% endfor %}
{{ t('common.cancel') }}
{% endblock %}