68 |
69 |
70 |
71 |
Clamytoe's Task Manager
72 |
73 |
74 |
98 |
99 |
100 | {% if tasks %}
101 |
102 | {% if projects %}
103 |
104 |
105 | {% for tab in projects %}
106 | {% if tab.project_id == active %}
107 | -
108 | {% else %}
109 |
-
110 | {% endif %}
111 | {{ tab.project_name }}
112 |
113 | {% endfor %}
114 |
115 |
116 | {% endif %}
117 |
174 |
175 | {% endif %}
176 |
177 |
178 |
180 |
181 |
182 |
183 |
186 |
187 |
188 |
189 |
190 |
--------------------------------------------------------------------------------