You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
290 B

{% extends 'base.html.twig' %}
{% block title %}
Smazat graf
{% endblock %}
{% block body %}
{{ parent() }}
<main>
<div id="myCharts">
<h1>Smazání grafu</h1>
<p>Opravdu chcete smazat graf: {{ entity.name }} ?</p>
{{ form(form) }}
</div>
</main>
{% endblock %}

Powered by TurnKey Linux.