{% load i18n %}

{{ obj.title }}

{% trans 'Status' %}: {{ obj.get_status_display }} {% trans 'Priority' %}: {{ obj.get_priority_display }} {% trans 'Created' %}: {{ obj.date_create|date:"d/m/Y h:i" }}
{% trans 'Tipology' %}: {{ obj.tipology.name }} {% trans 'Category' %}: {{ obj.category.name }}
{% trans 'Project' %} {{ obj.project.name }}
{% trans 'Organization' %} {% if obj.organization.name %} {{ obj.organization.name }} {% endif %} {% trans 'Address' %} {{ obj.address.name }} {% trans 'Phone' %} {% if obj.organization.phone %} click_to_call obj.organization.phone {% endif %}
{% trans 'Contact' %} {{ obj.contact.name }} {% trans 'Mobile' %} {% if obj.contact.mobile %} click_to_call obj.contact.mobile {% endif %}
{% trans 'Submitter' %} {{ obj.submitter.ticket_user }} {% trans 'Assigned By' %} {{ obj.assigned_by }} {% trans 'Assigned To' %} {{ obj.get_string_assigned_to }}
{% trans 'Keywords' %} {{ obj.keywords }}

{% trans 'Description' %}

{{ obj.description|safe }}