{{ blog.title }}
{{ blog.published_at|date:"j F Y" }}
TUPY content team
{% comment %}
4 min read
{% endcomment %}
{{ comments.count }} comments
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 %}
{% endif %}
{{ f.name }}
Figure {{ f.figure }}
{% endfor %}
View all TUPY threaded fittings →
Comments ({{ blog.comments.count }})
{% for comment in blog.comments.all %}
{% if comment.replay %}
{% endif %}
{% endfor %}
{{ comment.name }}
{{ comment.created_at|date:"j F Y" }}
{{ comment.comment }}
Reply from the TUPY team
{{ comment.replay }}