{% extends "add-edit-main.html" %} {%load static%} {% block content %}

Add Ticket {% if customer %}for {{customer.user.first_name}} {{customer.user.last_name}}{% endif %} {% if project %}
{{project.name}} {% endif %}

{% csrf_token %}
{% if not customer %}
{% endif %} {% if not project %}
{% endif %}
{% if not customer %} {% endif %} {% endblock %}