{% extends "layout/base.html" %} {% set active_page = "chop" %} {% set requires_loginForms = True %} {% block title %}{% if chop.caption != None %}{{ chop.caption }}{% endif %}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if chop.caption != None %}

{{ chop.caption }}

{% endif %} Submitted by {{ chop.submitter }}
{% if chop.tags %} {% for c in chop.tags %} {{ c }}   {% endfor %} {% endif %} {% if session['username'] == chop.submitter or user.rank == 'mod' %} {% else %}   {% endif %}
{{ score }}
{% endblock %} {% block footer %} {% include 'shared/_chop_actions.html' %} {% if session['username'] == chop.submitter or user.rank == 'mod' %} {% endif %} {% endblock %}