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

Recent Note:

{{recent_note.text}}

Tasks
{% for task in tasks %}
{% if task.status == 'Open' %}

{{task.name}}

{% endif %} {% if task.status == 'Working On' %}

{{task.name}}

{% endif %}

{{task.status}}

{{task.formatted_start_date}}

{{task.formatted_end_date}}

Project:

{{task.project.name}}

Epic:

{{task.epic.title}}

Assigned To:

{{task.assigned_to.first_name}} {{task.assigned_to.last_name}}

Files:

Tags:

Extra:

{{task.extra}}

{% endfor %}

USERS ACTIVITY

{% for latest in latest_statuses_time_ago %}
user profile

{{latest.status.staff.first_name}} {{latest.status.staff.last_name}}

{% if latest.time_ago == '0min ago' %}

Just Now

{%else %}

{{ latest.time_ago}}

{%endif%}

{{latest.status.text}}

{% endfor %}
Tickets

#

Client

Last Update

Last Reply

Subject

Department

Status

Action

1

Emilio

Mon 18/2/2023 - 12:30PM

Nataly

Add a "Subsidiary of MetreKarre Koncept" under the footer logo

Development

Open

4

Emile

Wed 18/2/2023 - 12:30PM

Salim

Fix the ad banners based on screen size

Development

Working on

5

Fouad

Tue 18/2/2023 - 12:30PM

Reine

Fix the alignments of the categories in the inner category page

Development

Waiting for client reply

10

Emilio

Wed 18/2/2023 - 02:30PM

Nataly

Add a "Subsidiary of MetreKarre Koncept" under the footer logo

Development

Open

6

Emilio

Fri 20/2/2023 - 12:30PM

Nataly

Add a "Subsidiary of MetreKarre Koncept" under the footer logo

Development

Closed

{% endblock content %}