fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/shelfzilla/themes/bootflat/templates/users/profile/summary.html

44 lines
1.4 KiB
HTML

{% load i18n %}
{% comment %}
{% extends 'users/profile.html'|pjax:request %}
{% block page_title %}{{ block.super }}{% endblock %}
{% endcomment %}
{% block profile_content %}
<div class="row text-center">
<div class="col-sm-6">
<div class="well">
<h2 class="no-margin-top">
{{ item.have_volumes.count }}
<small>{% blocktrans with count=item.read_volumes.count %}({{ count }} read){% endblocktrans %}</small>
</h2>
{% trans "Volumes owned" %}
</div>
</div>
<div class="col-sm-6">
<div class="well">
<h2 class="no-margin-top">{{ item.wishlisted_volumes.count }}</h2>
{% trans "Volumes wishlisted" %}
</div>
</div>
{% comment %}
<div class="col-sm-3">
<div class="well">
<h2 class="no-margin-top">--</h2>
Other
</div>
</div>
<div class="col-sm-3">
<div class="well">
<h2 class="no-margin-top">--</h2>
Other
</div>
</div>
{% endcomment %}
</div>
<div class="well">
<p>Interesting. No, wait, the other thing: tedious. What are you hacking off? Is it my torso?! 'It is!' My precious torso! Yes, if you make it look like an electrical fire. When you do things right, people won't be sure you've done anything at all. Take me to your leader! Ven ve voke up, ve had zese wodies.</p>
</div>
{% endblock %}