{{ "Dashboard" | tr }}

{{ "My Flagged Packages" | tr }}

{% if not flagged_packages %}

{{ "No packages matched your search criteria." | tr }}

{% else %} {% with table_id = "flagged-packages", packages = flagged_packages, votes = flagged_packages_voted, notified = flagged_packages_notified %} {% include 'partials/packages/results.html' %} {% endwith %} {% endif %}

{{ "My Requests" | tr }}

{% if not package_requests %}

{{ "No requests matched your search criteria." | tr }}

{% else %} {% with requests = package_requests %} {% include 'partials/packages/requests.html' %} {% endwith %} {% endif %}

{{ "My Packages" | tr }}

{{ "Search for packages I maintain" | tr }}

{% if not packages %}

{{ "No packages matched your search criteria." | tr }}

{% else %} {% with table_id = "my-packages", votes = packages_voted, notified = packages_notified %} {% include 'partials/packages/results.html' %} {% endwith %} {% endif %}

{{ "Co-Maintained Packages" | tr }}

{{ "Search for packages I co-maintain" | tr }}

{% if not comaintained %}

{{ "No packages matched your search criteria." | tr }}

{% else %} {% with table_id = "comaintained-packages", packages = comaintained, votes = comaintained_voted, notified = comaintained_notified %} {% include 'partials/packages/results.html' %} {% endwith %} {% endif %}