{% extends "_base.html" %} {% load static %} {% block title %}{% if blog.meta_title %}{{ blog.meta_title }}{% else %}{{ blog.title }} | TUPY Pipe Fittings{% endif %}{% endblock %} {% block meta %} {% if blog.meta_keywords %} {% endif %} {% if blog.thumbnail %} {% endif %} {% if blog.thumbnail %} {% endif %} {% endblock %} {% block content %}
Home Blog {{ blog.title }}
{{ blog.category }}

{{ blog.title }}

{{ blog.published_at|date:"j F Y" }} TUPY content team {% comment %} 4 min read {% endcomment %} {{ comments.count }} comments
{{ blog.title }}
{{ blog.content|safe }}
Tags: {% for tag in blog.tags.all %} {{ tag.name }} {% endfor %}
{% if related_fittings %}

Related TUPY fittings

Technical specifications, dimensions and the figure number of each fitting are on its own page.

{% for f in related_fittings %} {% if f.image %}{{ f.name }} — TUPY malleable cast iron fitting{% endif %} {{ f.name }} Figure {{ f.figure }} {% endfor %}
View all TUPY threaded fittings →
{% endif %}

Comments ({{ blog.comments.count }})

{% for comment in blog.comments.all %}
{{ comment.name }} {{ comment.created_at|date:"j F Y" }}

{{ comment.comment }}

{% if comment.replay %}
Reply from the TUPY team

{{ comment.replay }}

{% endif %} {% endfor %}
{% csrf_token %}

Leave a comment

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
{% endblock %} {% block js %} {% endblock %}