import Link from "next/link"; import { useRouter } from "next/router"; import { useContext } from "react"; import useTranslation from "next-translate/useTranslation"; const ApplicationList = (props) => { let { t } = useTranslation(); const router = useRouter(); const { locale } = router; return ( <>

{t("dnsCommon:result-list-showing-label", { recordIndex: "1", pagingIndex: "10", totalRecords: "55", })}

{t( "dnsApplications:result-list-heading-label-reference" )}
{t( "dnsApplications:result-list-heading-label-application" )}
{t( "dnsApplications:result-list-heading-label-developer" )}
{t( "dnsApplications:result-list-heading-label-type" )}
{t( "dnsApplications:result-list-heading-label-status" )}
{t( "dnsApplications:result-list-heading-label-reference" )} : CAS-00009-W8N6W4
{t( "dnsApplications:result-list-heading-label-application" )} :{" "} TWA - Morlais Demonstration Zone
{t( "dnsApplications:result-list-heading-label-developer" )} : Menter Mon
{t( "dnsApplications:result-list-heading-label-type" )} : Energy
{t( "dnsApplications:result-list-heading-label-status" )} : Recommendation
{t( "dnsApplications:result-list-heading-label-reference" )} : CAS-00009-W8N6W4
{t( "dnsApplications:result-list-heading-label-application" )} :{" "} TWA - Morlais Demonstration Zone
{t( "dnsApplications:result-list-heading-label-developer" )} : Menter Mon
{t( "dnsApplications:result-list-heading-label-type" )} : Energy
{t( "dnsApplications:result-list-heading-label-status" )} : Recommendation
{t( "dnsApplications:result-list-heading-label-reference" )} : CAS-00009-W8N6W4
{t( "dnsApplications:result-list-heading-label-application" )} :{" "} TWA - Morlais Demonstration Zone
{t( "dnsApplications:result-list-heading-label-developer" )} : Menter Mon
{t( "dnsApplications:result-list-heading-label-type" )} : Energy
{t( "dnsApplications:result-list-heading-label-status" )} : Recommendation
{t( "dnsApplications:result-list-heading-label-reference" )} : CAS-00009-W8N6W4
{t( "dnsApplications:result-list-heading-label-application" )} :{" "} TWA - Morlais Demonstration Zone
{t( "dnsApplications:result-list-heading-label-developer" )} : Menter Mon
{t( "dnsApplications:result-list-heading-label-type" )} : Energy
{t( "dnsApplications:result-list-heading-label-status" )} : Recommendation
{t( "dnsApplications:result-list-heading-label-reference" )} : CAS-00009-W8N6W4
{t( "dnsApplications:result-list-heading-label-application" )} :{" "} TWA - Morlais Demonstration Zone
{t( "dnsApplications:result-list-heading-label-developer" )} : Menter Mon
{t( "dnsApplications:result-list-heading-label-type" )} : Energy
{t( "dnsApplications:result-list-heading-label-status" )} : Recommendation
{t( "dnsApplications:result-list-heading-label-reference" )} : CAS-00009-W8N6W4
{t( "dnsApplications:result-list-heading-label-application" )} :{" "} TWA - Morlais Demonstration Zone
{t( "dnsApplications:result-list-heading-label-developer" )} : Menter Mon
{t( "dnsApplications:result-list-heading-label-type" )} : Energy
{t( "dnsApplications:result-list-heading-label-status" )} : Recommendation
{t( "dnsApplications:result-list-heading-label-reference" )} : CAS-00009-W8N6W4
{t( "dnsApplications:result-list-heading-label-application" )} :{" "} TWA - Morlais Demonstration Zone
{t( "dnsApplications:result-list-heading-label-developer" )} : Menter Mon
{t( "dnsApplications:result-list-heading-label-type" )} : Energy
{t( "dnsApplications:result-list-heading-label-status" )} : Recommendation
{t( "dnsApplications:result-list-heading-label-reference" )} : CAS-00009-W8N6W4
{t( "dnsApplications:result-list-heading-label-application" )} :{" "} TWA - Morlais Demonstration Zone
{t( "dnsApplications:result-list-heading-label-developer" )} : Menter Mon
{t( "dnsApplications:result-list-heading-label-type" )} : Energy
{t( "dnsApplications:result-list-heading-label-status" )} : Recommendation

{t("dnsCommon:result-list-previous-label")}{" "} 1{" "} 2 {" "} 3 {" "} 4 {" "} 5 {" "} {t("dnsCommon:result-list-next-label")}

); }; export default ApplicationList;