<<<<<<< HEAD {% extends "shop/base.html" %} {% load i18n %} {% block title %}{{ gallery.name }} - {% trans "Gallery" %} - Fursuit Shop{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if gallery.images.first %} {% endif %} {% if gallery.images.all|length > 1 %} {% endif %}

{{ gallery.name }}

{% if gallery.fursuit_type == 'fullsuit' %} {% trans "Fullsuit" %} {% elif gallery.fursuit_type == 'partial' %} {% trans "Partial Suit" %} {% else %} {% trans "Head Only" %} {% endif %} {% if gallery.style == 'toony' %} {% trans "Toony" %} {% elif gallery.style == 'realistic' %} {% trans "Realistic" %} {% else %} {% trans "Semi-Realistic" %} {% endif %}

{{ gallery.description }}


{% if gallery.features %}
{% trans "Features" %}
    {% for feature in gallery.features %}
  • {{ feature }}
  • {% endfor %}
{% endif %} {% if gallery.materials %}
{% trans "Materials" %}
    {% for material in gallery.materials %}
  • {{ material }}
  • {% endfor %}
{% endif %}

======= {% extends "shop/base.html" %} {% load i18n %} {% block title %}{{ gallery.name }} - {% trans "Gallery" %} - Fursuit Shop{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if gallery.images.first %} {% endif %} {% if gallery.images.all|length > 1 %} {% endif %}

{{ gallery.name }}

{% if gallery.fursuit_type == 'fullsuit' %} {% trans "Fullsuit" %} {% elif gallery.fursuit_type == 'partial' %} {% trans "Partial Suit" %} {% else %} {% trans "Head Only" %} {% endif %} {% if gallery.style == 'toony' %} {% trans "Toony" %} {% elif gallery.style == 'realistic' %} {% trans "Realistic" %} {% else %} {% trans "Semi-Realistic" %} {% endif %}

{{ gallery.description }}


{% if gallery.features %}
{% trans "Features" %}
    {% for feature in gallery.features %}
  • {{ feature }}
  • {% endfor %}
{% endif %} {% if gallery.materials %}
{% trans "Materials" %}
    {% for material in gallery.materials %}
  • {{ material }}
  • {% endfor %}
{% endif %}

>>>>>>> 5b9b867963eca600ed64b617dc2dc86c30dbd9cb {% endblock %}