{% extends "layout.html" %} {% block content %}
ID | WORK | ALIASES | DESCRIPTION |
---|---|---|---|
{{ x['work']['value'] | replace('http://wikibase.svc/entity/', '') }} | {{ x["workLabel"]['value'] }} | {% if "workAltLabel" in x %} {{ x["workAltLabel"]["value"] }} {% endif %} | {% if "workDescription" in x %} {{ x["workDescription"]["value"] }} {% endif %} |