diff --git a/maloja/web/jinja/issues.jinja b/maloja/web/jinja/issues.jinja new file mode 100644 index 0000000..b1672e4 --- /dev/null +++ b/maloja/web/jinja/issues.jinja @@ -0,0 +1,89 @@ +{% extends "base.jinja" %} +{% block title %}Maloja - Issues{% endblock %} + + +{% block scripts %} + + +{% endblock %} + +{% set issuedata = dbp.issues() %} + +{% block content %} + +
+ + | +
+ Possible Issues+ with your library + + + Maloja can identify possible problems with consistency or redundancy in your library. After making any changes, you should rebuild your library. + |
+
The current database wasn't built with all current rules in effect. Any problem below might be a false alarm and fixing it could create redundant rules. | +Rebuild the database |
+ |
{{ htmlgenerators.artistLink(issue[0]) }} is a possible duplicate of {{ htmlgenerators.artistLink(issue[1]) }} | +{{ issue[1] }} is correct |
+ {{ issue[0] }} is correct |
+
{{ artistLink(issue[0]) }} sounds like the combination of {{ len(issue[1]) }} artists: + {{ issue[1]|join(", ") }} + | +Fix it |
+ |
Is '{{ issue[0] }}' in '{{ htmlgenerators.artistLink(issue[1]) }}' an artist? | +Yes |
+