{% set header_title = 'Ticket' %} {% extends 'layouts/layout-1.html' %} {% set navbar_sticky = true %} {% set navbar_expand_lg = true %} {% block content %}

How can we help you?

Your Tickets

{% from "macros/ticket.html" import ticket %} {{ ticket("avatar-1.png", "single-ticket.html", "Open", "dx-ticket-new dx-ticket-open", "John Leonard", "Need help with customization. Some options are not appearing...", ["Update: 5 Nov 2018", "Product: Quantial", "Comments: 2"]) }} {{ ticket("avatar-default.svg", "single-ticket.html", "Closed", "dx-ticket-closed", "Bruno Rice", "Theme not updating in downloads", ["Update: 4 Nov 2018", "Product: Sensific", "Comments: 11"]) }}

Featured Articles

{% include "shared/page-slider-featuredArticles.html" %}
{% endblock %}