Email: {{ candidate.email }}
+{{ parsed.summary|default:"Not available." }}
+{{ parsed.name|default:"N/A" }}
+No skills extracted.
+ {% endif %} +{{ total_jobs }}
+{{ total_candidates }}
+| + + {% for header in data.headers %} + |
+
+ {{ header.title }}
+
+
+ {% if header.subtitle %}
+
+ {{ header.subtitle }}
+
+ {% endif %}
+ |
+ {% endfor %}
+
|---|---|
|
+
+
+
+ {{ row.header.title }}
+
+
+ {% if row.header.subtitle %}
+
+ {{ row.header.subtitle }}
+
+ {% endif %}
+ |
+
+ {% for col in row.cols %}
+
+
+
+ {{ col.value }}
+
+
+ {% if col.subtitle %}
+
+ {{ col.subtitle }}
+
+ {% endif %}
+
+ |
+ {% endfor %}
+
| + {{ cell }} + | + {% endfor %} +
+ {% trans "No data" %} +
+ {% endif %} ++ {{ children }} +
diff --git a/templates/unfold/components/title.html b/templates/unfold/components/title.html new file mode 100644 index 0000000..0c83368 --- /dev/null +++ b/templates/unfold/components/title.html @@ -0,0 +1,3 @@ +