{% extends parent_template %}
{% block title %}Phoenix - {% block insidetitle %}Dashboard{% endblock %}{% endblock %}
{% block head %}
{{ parent() }}
{% endblock %}
{% block body %}
{#{% include 'App/Default/Panel/includes/header.include.html.twig' %}#}
{#{% include 'App/Default/Panel/includes/menu.include.html.twig' %}#}
Id |
Name |
Description |
Actions |
{% for reason in ticketReasonList %}
{% include 'FormForgeBundle:FormForgeReason:reason.list.table.html.twig' %}
{% endfor%}
Create ticket
{% endblock %}
{% block scripts %}
{{ parent() }}
{##}
{% endblock %}