{% extends "pmo_base.html" %} {% block title %}{{ t('ara.title') }} — Etki{% endblock %} {% block screen %}

{{ t('ara.title') }}

{% if q %}

{{ t('ara.found', p=project_hits|length, c=case_hits|length) }} · "{{ q }}"

{{ t('nav.projects') }}

{% for p in project_hits %}
{{ p.name }}
{{ p.contract_id }} · {{ t('ara.modules_clauses', m=p.modules, c=p.clauses) }}
{% else %}

{{ t('ara.no_project') }}

{% endfor %}

{{ t('ara.requests_section') }}

{% for c in case_hits %}
{{ c.request }}
{{ c.project }} · {{ c.id }}
{% for d in c.decisions %}{{ d.label }}{% endfor %}
{% else %}

{{ t('ara.no_request') }}

{% endfor %} {% else %}

{{ t('ara.hint') }}

{% endif %}
{% endblock %}