We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3109df4 commit fa5a968Copy full SHA for fa5a968
sitewide/templates/sitewide/footer.html
@@ -6,8 +6,6 @@
6
ZappyCode was <span class="text-nowrap">updated 💻 <a href="{{ commit_url }}">{{ last_commit }} ago</a>,</span> <span class="text-nowrap">has
7
🧑💻 <a href="{% url 'pricing' %}">{{ amount_members }} member{{ amount_members|pluralize }}</a></span> and
8
<span class="text-nowrap">{% if latest_month.profit_or_loss >= 0 %}made 🤑 <a href="{% url 'money:home' %}">${{ latest_month.profit_or_loss|floatformat:"0"|intcomma }}{% else %}lost 😵 <a class="a-footer" href="{% url 'money:home' %}">${{ latest_month.profit_or_loss_abs|floatformat:"0"|intcomma }}{% endif %}</a> last month</span>
9
- <br>
10
- Nick Walter Apps, LLC
11
</div>
12
13
0 commit comments