-
{% if package.checkPerm(current_user, "EDIT_PACKAGE") %}
Add screenshot
{% endif %}
{% for ss in package.screenshots %}
{% if ss.approved or package.checkPerm(current_user, "ADD_SCREENSHOTS") %}
- {% endif %} {% endfor %}
Edit Requests
-
{% for r in requests %}
- {{ r.title }} by {{ r.author.display_name }} {% else %}
- No edit requests have been made. {% endfor %}
Related
{% from "macros/packagegridtile.html" import render_pkggrid %} {{ render_pkggrid(alternatives) }} {% endif %} {% if similar_topics %}Similar Forum Topics
{% if not package.approved and package.type == package.type.MOD %}
Please make sure that this package has the right to
the name '{{ package.name }}'.
See the
Inclusion Policy
for more info.
{% endif %}
-
{% for t in similar_topics %}
- [{{ t.type.value }}] {{ t.title }} by {{ t.author.display_name }} {% if t.wip %}[WIP]{% endif %} {% endfor %}